From c4865994e5848daeb988992589d5ddfa884782d2 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Mon, 25 Sep 2023 23:48:51 +0200 Subject: [PATCH] Update build-and-publish-release-apk.yml --- .github/workflows/build-and-publish-release-apk.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-release-apk.yml b/.github/workflows/build-and-publish-release-apk.yml index b611a6f40..bed90c0cc 100644 --- a/.github/workflows/build-and-publish-release-apk.yml +++ b/.github/workflows/build-and-publish-release-apk.yml @@ -4,7 +4,8 @@ on: # Trigger by pushing a version tag (which are protected) push: tags: - - v* + - 'v*.*.*' + - '!v*.*.*-*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: