Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add conditional to `release` job to not run on pull_request fix `tags-ignore` syntax do not trigger pr workflow on changes to `README.md` add `test-archlinux` to needs on `release` job
- Loading branch information
35a66e1
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 think the "tags-ignore" is too much here: new tags should always trigger the workflow because the tags are used to mark a new release to galaxy.
We might remove that clause completely, I am not sure why I put it there originally. I assume it could be used to ignore tags like "test-*" or so.