Skip to content

Commit

Permalink
Update workflow to run on the 'main' branch (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored Sep 8, 2023
1 parent 261e5ba commit a94c13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
name: CIFSyntaxCheck

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the main branch
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit a94c13d

Please sign in to comment.