Skip to content

Commit 469d242

Browse files
authored
Tweak publish workflow. (#785)
1 parent 2af6081 commit 469d242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ name: Publish
55
on:
66
pull_request:
77
branches: [ master ]
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
89
push:
910
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
1011

1112
jobs:
1213
publish:
1314
if: ${{ github.repository_owner == 'dart-lang' }}
1415
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
16+
with:
17+
write-comments: false
1518
permissions:
1619
pull-requests: write
1720
id-token: write

0 commit comments

Comments
 (0)