File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: run-tests-on-databases
2
2
3
3
on :
4
4
# todo: retrun on push after correcting configs
5
+ # push:
6
+ # paths:
7
+ # - "**.php"
8
+ # - ".github/workflows/run-tests.yml"
9
+ # - ".github/workflows/run-tests-on-databases.yml"
10
+ # - "phpunit.xml.dist"
11
+ # - "composer.json"
12
+ # - "composer.lock"
5
13
workflow_dispatch :
6
14
7
15
jobs :
Original file line number Diff line number Diff line change 1
1
name : run-tests
2
2
3
3
on :
4
- # todo: retrun on push after correcting configs
4
+ # todo: retrun on push after correcting configs
5
+ # push:
6
+ # paths:
7
+ # - "**.php"
8
+ # - ".github/workflows/run-tests.yml"
9
+ # - ".github/workflows/run-tests-on-databases.yml"
10
+ # - "phpunit.xml.dist"
11
+ # - "composer.json"
12
+ # - "composer.lock"
5
13
workflow_dispatch :
6
14
7
15
jobs :
You can’t perform that action at this time.
0 commit comments