From 528863bf1bd5b9108d6cd8ef423137f3999f6071 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 25 Feb 2023 13:41:46 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35634e22..58e81a67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,8 @@ name: Build and release to TestFlight and GitHub on: push: - branches: [ main ] + tags: + - 'v1.*' workflow_dispatch: env: