| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fd2146b commit c696f97
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,10 +9,12 @@ on: | |||
| 9 | 9 | - v[0-9]+.x-staging | |
| 10 | 10 | - v[0-9]+.x | |
| 11 | 11 | paths-ignore: | |
| 12 | + - '**.md' | ||
| 12 | 13 | - 'doc/**' | |
| 13 | 14 | pull_request: | |
| 14 | 15 | types: [opened, synchronize, reopened, ready_for_review] | |
| 15 | 16 | paths-ignore: | |
| 17 | + - '**.md' | ||
| 16 | 18 | - 'doc/**' | |
| 17 | 19 | ||
| 18 | 20 | env: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,7 @@ on: | |||
| 4 | 4 | pull_request: | |
| 5 | 5 | types: [opened, synchronize, reopened, ready_for_review] | |
| 6 | 6 | paths-ignore: | |
| 7 | + - '**.md' | ||
| 7 | 8 | - 'doc/**' | |
| 8 | 9 | push: | |
| 9 | 10 | branches: | |
@@ -13,6 +14,7 @@ on: | |||
| 13 | 14 | - v[0-9]+.x-staging | |
| 14 | 15 | - v[0-9]+.x | |
| 15 | 16 | paths-ignore: | |
| 17 | + - '**.md' | ||
| 16 | 18 | - 'doc/**' | |
| 17 | 19 | ||
| 18 | 20 | env: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments