Skip to content

Commit f195195

Browse files
authored
CI - Expand CI-triggering events (#332)
* [bfops/ci-on-master]: Run CI on `master` commits * [bfops/ci-on-master]: tweak --------- Co-authored-by: Zeke Foppa <[email protected]>
1 parent bde4a66 commit f195195

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.github/workflows/check-cli-reference.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
on:
22
pull_request:
3+
push:
4+
branches:
5+
- master
6+
merge_group:
37
workflow_dispatch:
48
inputs:
59
ref:

.github/workflows/check-links.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches:
66
- master
7+
push:
8+
branches:
9+
- master
10+
merge_group:
711

812
jobs:
913
check-links:

.github/workflows/git-tree-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Git tree checks
33
on:
44
pull_request:
55
types: [opened, edited, reopened, synchronize]
6-
merge_group:
6+
branches:
7+
- release
78
permissions: read-all
89

910
jobs:

.github/workflows/validate-nav-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches:
66
- master
7+
push:
8+
branches:
9+
- master
10+
merge_group:
711

812
jobs:
913
validate-build:

0 commit comments

Comments
 (0)