Skip to content

Commit

Permalink
Merge pull request #1 from DaveMBush/DaveMBush-patch-1
Browse files Browse the repository at this point in the history
ci: Update ci.yml
  • Loading branch information
DaveMBush authored Nov 22, 2024
2 parents a0427c3 + 3de62fd commit 22d98fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI

on:
workflow_dispatch:
push:
branches:
- main
branches: ['main']
pull_request:
branches: ['main']


env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
Expand Down

0 comments on commit 22d98fc

Please sign in to comment.