Skip to content

Commit d053264

Browse files
committed
fix: pushes only to main
1 parent a4a7ea7 commit d053264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: trigger-book-build
22
on:
33
pull_request:
44
push:
5-
- main
5+
branches:
6+
- main
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)