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
on:
push:
branch:
- 'main'
tags:
- 'v*.*.*'
jobs: