summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 14:55:20 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 14:55:20 +0800
commiteac07027c3e9baff2d73ebfa7cc3ce752c0a8303 (patch)
tree27a26ba59412ea9ad6c113025772b4013d4de15c /.github
parent034c7ec6abbed58688d82a4e703fdb10864af58f (diff)
fix release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8d490b1..b629cdb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,11 +13,11 @@
name: release
on:
push:
- Enable when testing release infrastructure on a branch.
+# Enable when testing release infrastructure on a branch.
branches:
- master
- tags:
- - 'v[0-9]+.[0-9]+.[0-9]+'
+# tags:
+# - 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
create-release:
name: create-release