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:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "CHANGELOG.md"
|
||||
- "docs/**"
|
||||
- "fastlane/**"
|
||||
- "LICENSE"
|
||||
- "README.md"
|
||||
|
||||
jobs:
|
||||
call-pr-workflow:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue