Skip to content

Commit

Permalink
only execute E2E tests on main, release branches, and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
luth1um committed Aug 10, 2024
1 parent c90061d commit ec31fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
- build
- test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') || github.event_name == 'pull_request'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ec31fca

Please sign in to comment.