Skip to content

Commit 60992a2

Browse files
committed
fix push.yml to run ci only on push to master branch
1 parent ad2b700 commit 60992a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: build-image
22

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

68
env:
79
CI: true

0 commit comments

Comments
 (0)