mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-25 09:51:37 -04:00
ci: prevent unnecessary workflow runs on minor changes (#365)
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