Skip to content

Commit a7ff4ed

Browse files
committed
ignore tag pushes in CI
1 parent a8ba34a commit a7ff4ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Continuous Integration"
22
on:
3-
push: {}
3+
push:
4+
# ignore pushes to tags; release published will handle that
5+
tags-ignore:
6+
- "*"
47
release:
58
types:
69
- published

0 commit comments

Comments
 (0)