diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 74264ce..972bea2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,7 +5,7 @@ name: Integration tests on: push: - branches: [ "master", "rc/**" ] + branches: [ "rc/**" ] pull_request: branches: [ "master", "rc/**" ]