From 53bcfa73ac1f3c90e13bad6ad4abfc1a2e56f3a8 Mon Sep 17 00:00:00 2001 From: Aurelien Requiem Date: Sun, 17 Sep 2023 15:51:10 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BF=20trigger=20on=200*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2ca2407..ed14bd1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ name: cert-manager-webhook-ovh actions on: push: tags: - - [0-9]* + - 0* env: REGISTRY: ghcr.io