restrict workflows trigger path

This commit is contained in:
sunxyw 2022-04-02 21:00:56 +08:00
parent f6806c88ab
commit d9499dc56b
No known key found for this signature in database
GPG Key ID: CEA01A083E98C578
2 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,8 @@ on:
push:
branches:
- master
paths-ignore:
- '**.md'
- 'docs/**'
paths:
- '**/**.php'
pull_request:
branches:
- master
@ -16,9 +15,8 @@ on:
- reopened
- ready_for_review
- review_requested
paths-ignore:
- '**.md'
- 'docs/**'
paths:
- '**/**.php'
jobs:
integration:

View File

@ -3,6 +3,8 @@ on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
build: