Skip to content

Commit

Permalink
Ensure we're running the playwright workflow on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jun 6, 2024
1 parent 7eb5777 commit 4c6bb30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: E2E Tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main, canary ]
paths-ignore:
- '**/*.md'

jobs:
e2e-test:
Expand Down

0 comments on commit 4c6bb30

Please sign in to comment.