Skip to content

Commit

Permalink
chore: u
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Dec 18, 2023
1 parent 8e4001e commit 6969ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Playwright E2E Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches: [main]
jobs:
test:
timeout-minutes: 60
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Component Tests
on:
push:
branches: [main, master]
branches: [main]
pull_request:
branches: [main, master]
branches: [main]
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 6969ffd

Please sign in to comment.