Skip to content

Commit 24b51e3

Browse files
author
Ken Kawamoto
authored
CI: Limit mdbook run to git-push to master (#32)
1 parent e572ecc commit 24b51e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: mdbook updater
22

33
on:
4-
push
4+
push:
5+
branches:
6+
- master
57

68
env:
79
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)