We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ba34a commit a7ff4edCopy full SHA for a7ff4ed
.github/workflows/ci.yml
@@ -1,6 +1,9 @@
1
name: "Continuous Integration"
2
on:
3
- push: {}
+ push:
4
+ # ignore pushes to tags; release published will handle that
5
+ tags-ignore:
6
+ - "*"
7
release:
8
types:
9
- published
0 commit comments