| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8376b07 commit 4e28d2b
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ name: Build from tarball | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 5 | 6 | push: | |
| 6 | 7 | branches: | |
| 7 | 8 | - master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ name: build-windows | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 5 | 6 | push: | |
| 6 | 7 | branches: | |
| 7 | 8 | - master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ name: linters | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 5 | 6 | push: | |
| 6 | 7 | branches: | |
| 7 | 8 | - master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ name: misc | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 5 | 6 | push: | |
| 6 | 7 | branches: | |
| 7 | 8 | - master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,7 @@ on: | |||
| 11 | 11 | paths-ignore: | |
| 12 | 12 | - 'doc/**' | |
| 13 | 13 | pull_request: | |
| 14 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 14 | 15 | paths-ignore: | |
| 15 | 16 | - 'doc/**' | |
| 16 | 17 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ name: test-linux | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 5 | 6 | push: | |
| 6 | 7 | branches: | |
| 7 | 8 | - master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ name: test-macOS | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | + types: [opened, synchronize, reopened, ready_for_review] | ||
| 5 | 6 | paths-ignore: | |
| 6 | 7 | - 'doc/**' | |
| 7 | 8 | push: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments