mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-18 15:28:14 -05:00
ci: prevent unnecessary workflow runs on minor changes (#287)
This commit is contained in:
9
.github/workflows/pr.yml
vendored
9
.github/workflows/pr.yml
vendored
@@ -2,7 +2,14 @@ name: PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "CHANGELOG.md"
|
||||
- "docs/**"
|
||||
- "fastlane/**"
|
||||
- "LICENSE"
|
||||
- "README.md"
|
||||
|
||||
jobs:
|
||||
call-pr-workflow:
|
||||
|
||||
Reference in New Issue
Block a user