Skip to content

Commit b54a763

Browse files
Fix CI release job on every push to main
1 parent c67db7f commit b54a763

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

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

33
on:
44
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- '*'
5+
tags:
6+
- 'v*'
107

118
jobs:
129
build:

0 commit comments

Comments
 (0)