mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-09-16 07:48:13 -04:00
ci: remove path filters for PR checks (#310)
This commit is contained in:
1 parent
786fc41f68
commit
bb86fec2b3
1 file changed
+4
-7
@@ -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