Skip to content

Commit 4098b02

Browse files
authored
Merge pull request #22 from kleo/gh-actions
Change workflow trigger
2 parents e75fbb3 + e34ac22 commit 4098b02

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)