Skip to content

Commit 43bf7b1

Browse files
committed
Fix release workflow
1 parent b309c3b commit 43bf7b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ on:
33
push:
44
tags:
55
- 'v*.*.*'
6-
branches:
7-
- main
86

97
jobs:
108
create-release:
9+
if: github.ref_name == 'main'
1110
runs-on: 'ubuntu-24.04'
1211

1312
permissions:

0 commit comments

Comments
 (0)