Skip to content

Commit e3bad8b

Browse files
committed
ci: trigger on "push" only for "master" branch
1 parent 4265a76 commit e3bad8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: ci
22
on:
33
push:
4+
branches:
5+
- 'master'
46
pull_request:
57
branches:
68
- 'master'

0 commit comments

Comments
 (0)