Skip to content

Commit 6c5ecd0

Browse files
committed
Release pipeline
1 parent 4884a1d commit 6c5ecd0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Release
22

3-
on: [push]
4-
# on:
5-
# push:
6-
# tags: # Sequence of patterns matched against refs/tags
7-
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
3+
on:
4+
push:
5+
tags: # Sequence of patterns matched against refs/tags
6+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
87

98
jobs:
109
build:

0 commit comments

Comments
 (0)