Skip to content

Commit 38d695b

Browse files
author
Lord of Scripts
committed
Work on GH-3 trigger on Tag
1 parent 2bcc467 commit 38d695b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/crossbuild.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
name: CrossBuild
33

44
# on events
5-
on:
6-
watch:
7-
types:
8-
- started
5+
#on:
6+
# watch:
7+
# types:
8+
# - started
99

1010
# 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
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
1616

1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)