| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9c76c69 commit 886921d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,12 +3,22 @@ name: Build from tarball | |||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | 5 | types: [opened, synchronize, reopened, ready_for_review] | |
| 6 | + paths-ignore: | ||
| 7 | + - '.mailmap' | ||
| 8 | + - '**.md' | ||
| 9 | + - 'AUTHORS' | ||
| 10 | + - 'doc/**' | ||
| 6 | 11 | push: | |
| 7 | 12 | branches: | |
| 8 | 13 | - master | |
| 9 | 14 | - main | |
| 10 | 15 | - v[0-9]+.x-staging | |
| 11 | 16 | - v[0-9]+.x | |
| 17 | + paths-ignore: | ||
| 18 | + - '.mailmap' | ||
| 19 | + - '**.md' | ||
| 20 | + - 'AUTHORS' | ||
| 21 | + - 'doc/**' | ||
| 12 | 22 | ||
| 13 | 23 | env: | |
| 14 | 24 | FLAKY_TESTS: dontcare | |
| Back | FazBrowse Home | New Git URL |
0 commit comments