allow publishing major tags

This commit is contained in:
Tommy Byrd
2021-12-15 17:17:51 -05:00
committed by GitHub
parent ff8e5870a6
commit 87a097fdcc
+2 -1
View File
@@ -14,8 +14,9 @@ on:
# Publish semver tags as releases. Allow for '-alpha'
# stage releases as well.
tags:
- 'v*.*.*'
- 'v*.*.*-beta'
- 'v*.*.*-alpha'
- 'v*'
pull_request:
branches:
- 'main'