Skip to content

Commit cc16012

Browse files
authored
update to build on tagged commit
1 parent 357dbb0 commit cc16012

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
on:
2-
workflow_dispatch:
3-
# push:
4-
# # Sequence of patterns matched against refs/tags
5-
# tags:
6-
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
2+
push:
3+
# Sequence of patterns matched against refs/tags
4+
tags:
5+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
76

87
name: Build and Release Artifacts
98

0 commit comments

Comments
 (0)