diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 843d98e..79b0cc3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -143,6 +143,10 @@ jobs: tag: name: Tag Commit runs-on: ubuntu-22.04 + rules: + - if: $CI_COMMIT_TAG + when: never + - when: always # needs: lint steps: