Update build-php action trigger events

This commit is contained in:
Jerry Ma
2022-05-15 01:36:22 +08:00
committed by GitHub
parent dfc6694dce
commit 67ae206b0e

View File

@@ -3,8 +3,9 @@ name: Build PHP
on: on:
push: push:
branches: [ master ] branches: [ master ]
pull_request: paths:
branches: [ master ] - ".github/workflows/**.yml"
- "docker/**"
jobs: jobs:
integration: integration: