Update test workflow to trigger on pull request events only

This commit is contained in:
crazywhalecc 2025-10-13 19:38:44 +08:00 committed by Jerry Ma
parent 487c6da4ac
commit ccf262d202

View File

@ -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/**'