diff options
-rw-r--r-- | .github/workflows/build_test.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 6b86d8293..fb3a77309 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -202,6 +202,15 @@ jobs: - uses: ./.github/actions full: + on: + # Job creates coverage comparison, so needs to run on main for merges. + push: + braches: + - main + pull_request: + branches: + - main + - maintenance/** needs: [smoke_test] runs-on: ubuntu-22.04 env: |