Skip to content

Commit dd90eb9

Browse files
committed
Update the YAML file for GitHub Actions
1 parent a53bfb4 commit dd90eb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: build
1+
name: Test
22

33
on:
44
push:
55
branches:
66
- "*"
77
pull_request:
8+
types: [opened, reopened]
89
branches: [ 'master', 'main' ]
910
schedule:
1011
- cron: '0 9 15 * *'

0 commit comments

Comments
 (0)