Skip to content

Commit d524b1c

Browse files
authored
Update release workflow to specify branch for push
1 parent 8cf3cd8 commit d524b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
22

33
on:
4-
push: [zkc0dl3]
4+
push:
5+
branches: [ zkc0dl3 ]
56
tags:
67
- 'v*.*.*'
78

0 commit comments

Comments
 (0)