We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9679c commit 42b6956Copy full SHA for 42b6956
.github/workflows/build.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
- tags:
8
- - 'hortonmachine-*' # any tag starting with v, e.g. v0.10.11
+ tags:
+ - 'hortonmachine-*' # any tag starting with v, e.g. v0.10.11
9
10
jobs:
11
# ---- SNAPSHOT BUILD ----
0 commit comments