We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53bfb4 commit dd90eb9Copy full SHA for dd90eb9
1 file changed
.github/workflows/php.yml
@@ -1,10 +1,11 @@
1
-name: build
+name: Test
2
3
on:
4
push:
5
branches:
6
- "*"
7
pull_request:
8
+ types: [opened, reopened]
9
branches: [ 'master', 'main' ]
10
schedule:
11
- cron: '0 9 15 * *'
0 commit comments