Skip to content

Commit

Permalink
chore: run 2e2 only when pushing to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv committed Jul 31, 2024
1 parent 57b4650 commit 80a66a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Playwright Tests
on:
push:
branches: [main, master, add-first-e2e-test]
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
Expand Down

0 comments on commit 80a66a7

Please sign in to comment.