ci: prevent unnecessary workflow runs on minor changes (#659)
This commit is contained in:
parent
3ff1f5730c
commit
ee74bafff7
1 changed files with 7 additions and 0 deletions
7
.github/workflows/testing-build.yml
vendored
7
.github/workflows/testing-build.yml
vendored
|
|
@ -4,6 +4,13 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
types: [labeled, opened, synchronize, reopened]
|
types: [labeled, opened, synchronize, reopened]
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/**"
|
||||||
|
- "CHANGELOG.md"
|
||||||
|
- "docs/**"
|
||||||
|
- "fastlane/**"
|
||||||
|
- "LICENSE"
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-testing-build-workflow:
|
call-testing-build-workflow:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue