From cc0ca99db9b18a9fc646490ac0aba5b5c0ff920d Mon Sep 17 00:00:00 2001 From: Piotr Roszatycki Date: Thu, 25 May 2023 02:33:38 +0200 Subject: [PATCH] CI: Run release workflow on tags --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36eb55f8..d38c78f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,10 @@ name: Release on: - release: - types: [created] + push: + tags: + - v* +permissions: + contents: write jobs: release: runs-on: ubuntu-latest