Skip to content

Commit a906228

Browse files
committed
refactor: action trigger logic
Signed-off-by: Adam Setch <[email protected]>
1 parent e3753c1 commit a906228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
release:
2828
name: Release
2929
uses: ./.github/workflows/release.yml
30-
needs: build
30+
needs: tests
31+
permissions:
32+
contents: write
3133
if: ${{ startsWith(github.head_ref, 'release/v') }}
3234

0 commit comments

Comments
 (0)