mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-01-02 04:30:52 -05:00
ci: prevent unnecessary workflow runs on minor changes (#366)
This commit is contained in:
7
.github/workflows/testing-build.yml
vendored
7
.github/workflows/testing-build.yml
vendored
@@ -4,6 +4,13 @@ on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [labeled, opened, synchronize, reopened]
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "CHANGELOG.md"
|
||||
- "docs/**"
|
||||
- "fastlane/**"
|
||||
- "LICENSE"
|
||||
- "README.md"
|
||||
|
||||
jobs:
|
||||
call-testing-build-workflow:
|
||||
|
||||
Reference in New Issue
Block a user