We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcc467 commit 38d695bCopy full SHA for 38d695b
.github/workflows/crossbuild.yml
@@ -2,17 +2,17 @@
2
name: CrossBuild
3
4
# on events
5
-on:
6
- watch:
7
- types:
8
- - started
+#on:
+# watch:
+# types:
+# - started
9
10
# This crossbuild from Kuechlin/gotris
11
-#on:
12
-# push:
13
-# # Sequence of patterns matched against refs/tags
14
-# tags:
15
-# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+on:
+ push:
+ # Sequence of patterns matched against refs/tags
+ tags:
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
16
17
permissions:
18
contents: write
0 commit comments