Skip to content

Commit e570958

Browse files
committed
wip
1 parent 511643d commit e570958

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ on:
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

10+
pull_request:
11+
12+
# By default GH trigger on types opened, synchronize and reopened.
13+
# see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
14+
# Since we skip the job when the PR is in draft state, we want to force CI
15+
# running when the PR is marked ready_for_review w/o other change.
16+
# see https://github.com/orgs/community/discussions/25722#discussioncomment-3248917
17+
types: [opened, synchronize, reopened, ready_for_review]
18+
19+
1020
permissions:
1121
contents: write
1222

0 commit comments

Comments
 (0)