summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2020-03-18 09:13:42 -0700
committerGitHub <noreply@github.com>2020-03-18 09:13:42 -0700
commit48892479a38863f364150045eb9cbffe9badbfe7 (patch)
tree20194c9f43daeabfdb3adf4c831603c8548a1638
parent985a6a833d77e95ee7589d83de15ee685c85e469 (diff)
Trigger GitHub Actions workflow on release tags (#614)v0.5.10
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 4f80a080..10c5785b 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
+ tags:
+ - v*.*.*
pull_request:
branches:
- master