mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update test workflow to trigger on pull request events only
This commit is contained in:
parent
487c6da4ac
commit
ccf262d202
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -1,13 +1,9 @@
|
|||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- 'src/globals/test-extensions.php'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
types: [ opened, synchronize, reopened ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'config/**'
|
- 'config/**'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user