Skip to content

Commit e34ac22

Browse files
committed
Change workflow trigger
1 parent e75fbb3 commit e34ac22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "build"
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)