diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-10 02:28:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 02:28:03 +0300 |
commit | 7666a39bd8a5542df34037216b975f6c46b7ba5d (patch) | |
tree | b97b5f7671697af8d8b4d914fe6502c678a2e86e /.github/workflows | |
parent | b74d4e5e1f345e3f137f3c0819b49c1c519ef364 (diff) |
add on tag push
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release-v1.yaml | 4 |
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: |