diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c54be7..53c3d89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ main, develop ] + branches: [ master, develop ] pull_request: - branches: [ main, develop ] + branches: [ master, develop ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: