aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-05-10 02:28:03 +0300
committerGitHub <noreply@github.com>2022-05-10 02:28:03 +0300
commit7666a39bd8a5542df34037216b975f6c46b7ba5d (patch)
treeb97b5f7671697af8d8b4d914fe6502c678a2e86e /.github/workflows
parentb74d4e5e1f345e3f137f3c0819b49c1c519ef364 (diff)
add on tag push
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-v1.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release-v1.yaml b/.github/workflows/release-v1.yaml
index 9292669..8122f17 100644
--- a/.github/workflows/release-v1.yaml
+++ b/.github/workflows/release-v1.yaml
@@ -1,6 +1,8 @@
name: "Package dev container features (v1)"
on:
- # Will create a release ON THE CURRENT TAG
+ push:
+ tags:
+ - "v*"
workflow_dispatch:
jobs: