diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6f886e8..1752832 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,6 +3,7 @@ name: gitlab-cleanup-handler on: push: branches: [main] + tags: ['*'] pull_request: branches: [main]