Skip to content

Commit

Permalink
chore: testing workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kujo205 committed May 16, 2024
1 parent 0463360 commit 32d4e4b
Showing 1 changed file with 2 additions and 2 deletions.
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 Tests
on:
push:
branches: [ main, master ]
branches: [ main, dev ]
pull_request:
branches: [ main, master ]
branches: [ main, dev ]
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 32d4e4b

Please sign in to comment.