Skip to content

Commit 0b4d773

Browse files
committed
fix: github actions
1 parent 9d49d6f commit 0b4d773

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
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "*"
7+
branches:
8+
- "master"
79

810
permissions:
911
contents: write
@@ -12,7 +14,6 @@ permissions:
1214
jobs:
1315
goreleaser:
1416
runs-on: ubuntu-latest
15-
if: github.ref == 'refs/heads/master'
1617
steps:
1718
- name: Checkout
1819
uses: actions/checkout@v4

0 commit comments

Comments
 (0)