Skip to content

Commit 20f54e0

Browse files
author
David Stirling
committed
Enable selective release generation on tag
1 parent 7e94859 commit 20f54e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: create-release
22
on:
33
push:
44
branches: [ master ]
5-
# tags:
6-
# - "v*"
5+
tags:
6+
- "v*"
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)