diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d644f4c..139d5d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: CI # 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: # A workflow run is made up of one or more jobs that can run sequentially or in parallel