Skip to content

Commit

Permalink
test(ci): see if the playwright workflow gets triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
ErvinRacz committed Feb 3, 2025
1 parent 55e4ad7 commit b7e142f
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,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [ main ]
branches: [ main, master ]
pull_request:
branches: [ main ]
branches: [ main, master ]
jobs:
test:
timeout-minutes: 60
Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:

- name: Deploy Playwright Report to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ !cancelled() }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: playwright-report
Expand Down

0 comments on commit b7e142f

Please sign in to comment.