Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-09-23 10:16:21 +0300
committerdartcafe <github@dartcafe.de>2022-09-23 10:16:21 +0300
commit89abb288fed09962811fc82157f3710e7658725d (patch)
tree213eb7b689f5e8634f1787810181eec1861e748b /.github
parent52ca28cd2e2276c7da1676b6bb2b003d51020670 (diff)
update workflow
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml
index 90a69bdd..a530e8b0 100644
--- a/.github/workflows/publish_release.yml
+++ b/.github/workflows/publish_release.yml
@@ -4,7 +4,7 @@ on:
push:
tags:
- v*
- - '!v*-'
+ - '!v*-*'
jobs:
checkout: