| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 132f6cb commit 8a00dc5
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,8 @@ name: build-windows | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + paths-ignore: | ||
| 6 | + - "README.md" | ||
| 5 | 7 | types: [opened, synchronize, reopened, ready_for_review] | |
| 6 | 8 | push: | |
| 7 | 9 | branches: | |
@@ -10,6 +12,8 @@ on: | |||
| 10 | 12 | - canary | |
| 11 | 13 | - v[0-9]+.x-staging | |
| 12 | 14 | - v[0-9]+.x | |
| 15 | + paths-ignore: | ||
| 16 | + - "README.md" | ||
| 13 | 17 | ||
| 14 | 18 | env: | |
| 15 | 19 | PYTHON_VERSION: '3.10' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,8 @@ name: test-linux | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + paths-ignore: | ||
| 6 | + - "README.md" | ||
| 5 | 7 | types: [opened, synchronize, reopened, ready_for_review] | |
| 6 | 8 | push: | |
| 7 | 9 | branches: | |
@@ -10,6 +12,8 @@ on: | |||
| 10 | 12 | - canary | |
| 11 | 13 | - v[0-9]+.x-staging | |
| 12 | 14 | - v[0-9]+.x | |
| 15 | + paths-ignore: | ||
| 16 | + - "README.md" | ||
| 13 | 17 | ||
| 14 | 18 | env: | |
| 15 | 19 | PYTHON_VERSION: '3.10' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments