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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/globals/test-extensions.php'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
types: [ opened, synchronize, reopened ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'config/**'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user