| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent db30bc9 commit e292271
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,8 @@ on: | |||
| 8 | 8 | - '**.md' | |
| 9 | 9 | - 'AUTHORS' | |
| 10 | 10 | - 'doc/**' | |
| 11 | + - .github/** | ||
| 12 | + - '!.github/workflows/build-tarball.yml' | ||
| 11 | 13 | push: | |
| 12 | 14 | branches: | |
| 13 | 15 | - master | |
@@ -19,6 +21,8 @@ on: | |||
| 19 | 21 | - '**.md' | |
| 20 | 22 | - 'AUTHORS' | |
| 21 | 23 | - 'doc/**' | |
| 24 | + - .github/** | ||
| 25 | + - '!.github/workflows/build-tarball.yml' | ||
| 22 | 26 | ||
| 23 | 27 | env: | |
| 24 | 28 | FLAKY_TESTS: dontcare | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,8 @@ on: | |||
| 4 | 4 | pull_request: | |
| 5 | 5 | paths-ignore: | |
| 6 | 6 | - "README.md" | |
| 7 | + - .github/** | ||
| 8 | + - '!.github/workflows/build-windows.yml' | ||
| 7 | 9 | types: [opened, synchronize, reopened, ready_for_review] | |
| 8 | 10 | push: | |
| 9 | 11 | branches: | |
@@ -14,6 +16,8 @@ on: | |||
| 14 | 16 | - v[0-9]+.x | |
| 15 | 17 | paths-ignore: | |
| 16 | 18 | - "README.md" | |
| 19 | + - .github/** | ||
| 20 | + - '!.github/workflows/build-windows.yml' | ||
| 17 | 21 | ||
| 18 | 22 | env: | |
| 19 | 23 | PYTHON_VERSION: '3.10' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,8 @@ on: | |||
| 8 | 8 | - 'benchmark/**' | |
| 9 | 9 | - 'deps/**' | |
| 10 | 10 | - 'doc/**' | |
| 11 | + - .github/** | ||
| 12 | + - '!.github/workflows/coverage-linux.yml' | ||
| 11 | 13 | push: | |
| 12 | 14 | branches: | |
| 13 | 15 | - master | |
@@ -17,6 +19,8 @@ on: | |||
| 17 | 19 | - 'benchmark/**' | |
| 18 | 20 | - 'deps/**' | |
| 19 | 21 | - 'doc/**' | |
| 22 | + - .github/** | ||
| 23 | + - '!.github/workflows/coverage-linux.yml' | ||
| 20 | 24 | ||
| 21 | 25 | env: | |
| 22 | 26 | PYTHON_VERSION: '3.10' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,8 @@ on: | |||
| 9 | 9 | - 'deps/**' | |
| 10 | 10 | - 'doc/**' | |
| 11 | 11 | - 'tools/**' | |
| 12 | + - .github/** | ||
| 13 | + - '!.github/workflows/coverage-windows.yml' | ||
| 12 | 14 | push: | |
| 13 | 15 | branches: | |
| 14 | 16 | - master | |
@@ -19,6 +21,8 @@ on: | |||
| 19 | 21 | - 'deps/**' | |
| 20 | 22 | - 'doc/**' | |
| 21 | 23 | - 'tools/**' | |
| 24 | + - .github/** | ||
| 25 | + - '!.github/workflows/coverage-windows.yml' | ||
| 22 | 26 | ||
| 23 | 27 | env: | |
| 24 | 28 | PYTHON_VERSION: '3.10' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments