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