chore(ci): remove redundant tag triggers#1863
Conversation
commit: |
|
Thanks! I vaguely remember trying to fix that with a release the pipelines runs twice. Does that make sense? |
I'm not that familiar with I mean worst case is that we must revert this, but I highly doubt that this would be necessary... |
|
This is separate from release-it. It's just that we push a branch (i.e. |
|
🚀 This pull request is included in v6.25.0. See Release 6.25.0 for release notes. Using Knip in a commercial project? Please consider becoming a sponsor. |
|
Nice, redundant indeed! And now we would likely even still be covered by #1857. |
Description
This PR removes all the "anti" tag triggers, which were added in this commit to not trigger CI on tag creations, but because the triggers already specify that they should only trigger on branches, this
!trigger is redundant.This is the last improvement I have planned after discussing about CI in #1849