dev: update run-tests.yml for running test action
This commit is contained in:
parent
21f9041697
commit
6059ef32e0
|
|
@ -1,7 +1,14 @@
|
||||||
name: run-tests
|
name: run-tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.php'
|
- '**.php'
|
||||||
- '.github/workflows/run-tests.yml'
|
- '.github/workflows/run-tests.yml'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue