mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-07 06:02:04 -05:00
ci: remove path filters for PR checks (#310)
This commit is contained in:
11
.github/workflows/pr.yml
vendored
11
.github/workflows/pr.yml
vendored
@@ -3,13 +3,10 @@ name: PR
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "CHANGELOG.md"
|
||||
- "docs/**"
|
||||
- "fastlane/**"
|
||||
- "LICENSE"
|
||||
- "README.md"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
call-pr-workflow:
|
||||
|
||||
Reference in New Issue
Block a user