Skip to content

Commit 77c71e3

Browse files
authored
chore: finalize v1.5.0 promotion (#95)
Promote the guarded Release trigger and publish v1.5.0 from the resulting main merge commit.
2 parents 07a9310 + b35d475 commit 77c71e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Release
22

33
on:
4-
pull_request:
4+
# pull_request_target is intentional: pull_request workflows are suppressed when the
5+
# promoted dev HEAD carries a CI skip marker. The release job still rejects everything
6+
# except an already-merged, same-repository dev -> main pull request.
7+
pull_request_target:
58
branches:
69
- main
710
types:

0 commit comments

Comments
 (0)