Skip to content

Commit a30ec3c

Browse files
committed
specify branches instead of tags-ignore
1 parent cbf8223 commit a30ec3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: "Continuous Integration"
22
on:
33
push:
4-
# ignore pushes to tags; release published will handle that
5-
tags-ignore:
6-
- "*"
4+
branches:
5+
- "**"
76
release:
87
types:
98
- published

0 commit comments

Comments
 (0)