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 e0ca673 commit 7d05bd0Copy full SHA for 7d05bd0
.github/workflows/php.yml
@@ -7,6 +7,8 @@ on:
7
- '**.php'
8
- 'composer.json'
9
- '**.yml'
10
+ # Trigger the workflow on any pull request
11
+ pull_request:
12
13
jobs:
14
test:
0 commit comments