Skip to content

Commit

Permalink
Run E2E only upon PR on main
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Mar 11, 2024
1 parent 954098d commit 10b39b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@ name: E2E (Playwright)
on:
workflow_dispatch:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'
- README.md
- .gitignore
- .gitpod.yml
- LICENSE
pull_request:
branches: [ main ]
paths-ignore:
- '**/README.md'
- README.md
- .gitignore
- .gitpod.yml
- LICENSE

jobs:
checkout:
Expand Down

0 comments on commit 10b39b9

Please sign in to comment.