diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index b6b90807..2e860731 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -2,9 +2,9 @@ name: Integration Tests on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: integration-tests: