We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f407a6 commit f78a825Copy full SHA for f78a825
.github/workflows/main.yml
@@ -1,9 +1,7 @@
1
name: Playwright Tests
2
on:
3
- push:
4
- branches: [ main, master ]
5
- pull_request:
6
+ repository_dispatch:
+ types: [trigger-automation]
7
permissions:
8
contents: read
9
checks: write
0 commit comments