Skip to content

Commit 64b90cd

Browse files
committed
Update release workflow to run on tags only
1 parent 619debc commit 64b90cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

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

3-
on:
3+
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- 'v*'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)