diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0fc7beec..e6e72ba89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,9 @@ name: CI # Controls when the action will run. Triggers the workflow on pushes to main or on pull request events on: push: - branches: [dev, stage, test, release-**] + branches: [dev, staging, test, release-**] pull_request: - branches: [dev, stage, test, release-**] + branches: [dev, staging, test, release-**] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: