Skip to content

Commit

Permalink
revert yml to use correct triggers for master
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Dec 11, 2023
1 parent 407b760 commit 5f9d4e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Playwright Tests
on:
push:
branches:
- master
paths:
- "**"
- 'frontend/**'
- '.github/workflows/playwright.yml'
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 5f9d4e9

Please sign in to comment.