aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-07 20:55:06 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-07 20:55:06 -0800
commitdd7c91634b86f6c1c5d7eba5e5d9ac07ecc16bc5 (patch)
tree74b4a157d3aa1f3708e8e8b90ddb15c093e29da4
parentbfc50bb0751ebbbb520560cbbe100696cd223b66 (diff)
downloaddn42peering-dd7c91634b86f6c1c5d7eba5e5d9ac07ecc16bc5.tar
dn42peering-dd7c91634b86f6c1c5d7eba5e5d9ac07ecc16bc5.tar.gz
dn42peering-dd7c91634b86f6c1c5d7eba5e5d9ac07ecc16bc5.tar.bz2
dn42peering-dd7c91634b86f6c1c5d7eba5e5d9ac07ecc16bc5.zip
ci: fix 'on' value
-rw-r--r--.github/workflows/publish.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5a99b69..56ea332 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,8 +1,9 @@
name: Publish
on:
- tags:
- - 'v*'
+ push:
+ tags:
+ - 'v*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: