Skip to content

Commit 69e27dd

Browse files
committed
Only enable CI when push to master & tag
1 parent 6cce62d commit 69e27dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22
on:
33
push:
4+
branches:
5+
- master
6+
tags:
7+
- "v*"
48
pull_request:
59
jobs:
610
linux:

0 commit comments

Comments
 (0)