Skip to content

Commit 1aebe5a

Browse files
committed
only build on pushes to master
1 parent f17d61a commit 1aebe5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: CI
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)