Skip to content

Commit

Permalink
Fix branch name in the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Sep 30, 2024
1 parent 2f7a67d commit c0e26ad
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: [trunk]
branches: [main]
pull_request:
branches: [trunk]
branches: [main]
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit c0e26ad

Please sign in to comment.