Skip to content

Commit 3261bdb

Browse files
authored
Merge pull request #19 from niwo/niwo-patch-3
Update release workflow permissions and triggers
2 parents 13f5989 + 2791151 commit 3261bdb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ name: Release
33
on:
44
release:
55
types: [published]
6-
push:
7-
branches: [ "main" ]
86

97
permissions:
10-
contents: write
11-
id-token: write
8+
contents: read
129

1310
jobs:
1411
verify:

0 commit comments

Comments
 (0)