fix: github workflow release on main only (with semver tag)

This commit is contained in:
Jack Wills
2023-01-28 17:13:55 +00:00
parent a174dafe1b
commit e4ca41dfd8
@@ -1,6 +1,8 @@
name: Release CI name: Release CI
on: on:
push: push:
branch:
- 'main'
tags: tags:
- 'v*.*.*' - 'v*.*.*'
jobs: jobs: