ci: prevent unnecessary workflow runs on minor changes (#658)
This commit is contained in:
parent
a59d4acbd9
commit
db83b698d2
1 changed files with 8 additions and 1 deletions
7
.github/workflows/pr.yml
vendored
7
.github/workflows/pr.yml
vendored
|
|
@ -3,6 +3,13 @@ name: PR
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/**"
|
||||||
|
- "CHANGELOG.md"
|
||||||
|
- "docs/**"
|
||||||
|
- "fastlane/**"
|
||||||
|
- "LICENSE"
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-pr-workflow:
|
call-pr-workflow:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue