-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger CI when publishing a new release #300
Conversation
@@ -5,8 +5,10 @@ on: | |||
branches: | |||
- master | |||
tags: | |||
- '*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want/need to keep the tags
key?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about that. If we always use the releases to deploy new version, tags are not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, we might release with a manual tag if something broke
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say yes, we always use releases, as our workflow is to create a release from a draft release on github.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That being said, the "tags" argument didn't work :( so, not sure about that. I don't know.
Codecov Report
@@ Coverage Diff @@
## master #300 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 40 40
Lines 1560 1560
Branches 164 164
=========================================
Hits 1560 1560 Continue to review full report at Codecov.
|
a2a56c0
to
bbb8345
Compare
Successful PR Checklist: