diff options
| author | matt korwel <[email protected]> | 2025-06-25 08:56:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 15:56:06 +0000 |
| commit | 45b2b382cca54f67fbaec0123dee3e0f553d6163 (patch) | |
| tree | e3749ef560dc44d73d9fec744d232676ac9673b7 | |
| parent | af4dfd9327950d99cc2740b3cdd91e3186258a7a (diff) | |
Prod: Integration Tests Main Only (#1461)
| -rw-r--r-- | .github/workflows/e2e.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cbd4f17d..8e91292d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -4,9 +4,7 @@ name: E2E Tests on: push: - branches: [main, release] - pull_request: - branches: [main, release] + branches: [main] merge_group: jobs: |
