run build test when changing test-extensions.php

This commit is contained in:
crazywhalecc 2024-01-07 02:22:35 +08:00
parent ac005d1e0f
commit 0c2de9f936
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -1,6 +1,11 @@
name: Tests name: Tests
on: on:
push:
branches:
- main
paths:
- 'src/globals/test-extensions.php'
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]