Skip to content

Commit b6b9efc

Browse files
committed
Run workflow on GitHub Actions when receiving a pull request
1 parent af5ad21 commit b6b9efc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "*"
7+
pull_request:
8+
branches: [ 'master', 'main' ]
79
schedule:
810
- cron: '0 9 15 * *'
911

0 commit comments

Comments
 (0)