Is this possible for this action not to fail if push wasn't a tag?
Closed this issue · 4 comments
wvxvw commented
I can see how this will drown my mailbox in spam... why does it have to fail if a push wasn't a tag?
rpsu commented
you should be able to run the action only on certain events.
https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#using-filters-to-target-specific-branches-or-tags-for-push-events
wvxvw commented
Sorry, I think I figured it out a while ago. This can be closed.
Roang-zero1 commented
Thanks @rpsu for the solution.
Will close the issue.
Roang-zero1 commented
I've updated the readme to better reflect how to use this action.