diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eadf05b..3ffb471 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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