Skip to content

Commit 9528658

Browse files
committed
fix: move trigger to validator
1 parent d053264 commit 9528658

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/trigger-book-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: trigger-book-build
22
on:
33
pull_request:
4-
push:
5-
branches:
6-
- main
74

85
jobs:
96
build:

.github/workflows/trigger-config-validator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: trigger-config-validator
22
on:
33
pull_request:
4+
push:
5+
branches:
6+
- main
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)