update workflows for future develop (#123)

* update workflows for future develop

* fix updated build id path
This commit is contained in:
sunxyw
2022-05-09 16:36:32 +08:00
committed by GitHub
parent 488fde47e5
commit 2481124ada
2 changed files with 17 additions and 17 deletions

View File

@@ -4,11 +4,13 @@ on:
push:
branches:
- master
- '*-develop'
paths:
- '**/**.php'
pull_request:
branches:
- master
- '*-develop'
types:
- opened
- synchronize