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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
paths:
|
||||
- '**.php'
|
||||
- '.github/workflows/run-tests.yml'
|
||||
|
|
|
|||
Loading…
Reference in New Issue