diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53cf57c..c5c7406 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,10 +2,10 @@ name: Build and analyze on: push: - branches: [develop, master] + branches: [main, release/*, develop] pull_request: types: [opened, synchronize, reopened] - branches: [develop, master] + branches: [main, release/*, develop] workflow_dispatch: permissions: