diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index d2824ed1ae..5ec844b79b 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -1,6 +1,16 @@ name: Integration Tests -on: [push, pull_request] +on: + pull_request: + branches: + - 'main' + - 'next' + push: + branches: + - 'main' + - 'next' + tags: + - 'v*.*.*' jobs: test: diff --git a/.github/workflows/integration_test_legacy.yaml b/.github/workflows/integration_test_legacy.yaml index 2d163ed1c5..e387db6135 100644 --- a/.github/workflows/integration_test_legacy.yaml +++ b/.github/workflows/integration_test_legacy.yaml @@ -1,6 +1,16 @@ name: Integration Tests (Legacy) -on: [push, pull_request] +on: + pull_request: + branches: + - 'main' + - 'next' + push: + branches: + - 'main' + - 'next' + tags: + - 'v*.*.*' jobs: test: