Skip to content

Commit 113cc41

Browse files
authored
Build only on merge to master branch
1 parent 85b1bda commit 113cc41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions
22
name: CI
33

4-
on: [push]
4+
on:
5+
push:
6+
branches:
7+
- master
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)