There was an error while loading. Please reload this page.
1 parent 6533c90 commit 9e95f00Copy full SHA for 9e95f00
1 file changed
.github/workflows/test-runner.yml
@@ -1,15 +1,13 @@
1
name: Tests
2
3
on:
4
- # Run testing on all push and pull requests for the main branch that have committed changes in PHP files
+ # Run testing on all push and pull requests that have committed changes in PHP files
5
push:
6
- branches: [ "main" ]
7
paths:
8
- - '**.php'
+ - '**/*.php'
9
pull_request:
10
11
12
13
# Make it possible to run the workflow manually
14
workflow_dispatch:
15
0 commit comments