Browse Source

Only publish on semver tag

v0.1.x t0.1.0
B. Blechschmidt 3 years ago
parent
commit
4016e401b2
  1. 2
      .github/workflows/publish-exe.yml

2
.github/workflows/publish-exe.yml

@ -1,7 +1,7 @@
on:
push:
tags:
- "*"
- "v*.*.*"
name: Publish Releases

Loading…
Cancel
Save