From 9d48b814ac24d455a6939d6839676344ebdafc31 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 26 Jun 2023 12:35:15 +0200 Subject: [PATCH] Fix release tags (#113) --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0268c8b..c929fd9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,7 @@ on: - completed push: tags: - - "^v.*" + - "v*" permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4752d37..3c05ae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: branches: - master tags: - - "^v.*" + - "v*" pull_request: permissions: