Skip to content

Commit d24cd24

Browse files
ah that's it
1 parent 4c0ca55 commit d24cd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12+
- "release/*"
1213
tags:
1314
- "*"
1415
pull_request:
@@ -163,7 +164,6 @@ jobs:
163164
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
164165
with:
165166
os: "macos-latest,ubuntu-latest,windows-latest"
166-
secrets: inherit
167167

168168
release:
169169
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)