dev: update run-tests.yml for running test action
This commit is contained in:
parent
6059ef32e0
commit
27550372df
|
|
@ -1,20 +1,10 @@
|
||||||
name: run-tests
|
name: run-tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main, dev]
|
||||||
- dev
|
pull_request:
|
||||||
- main
|
branches: [main]
|
||||||
paths:
|
|
||||||
- '**.php'
|
|
||||||
- '.github/workflows/run-tests.yml'
|
|
||||||
- 'phpunit.xml.dist'
|
|
||||||
- 'composer.json'
|
|
||||||
- 'composer.lock'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue