We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07a9310 + b35d475 commit 77c71e3Copy full SHA for 77c71e3
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,10 @@
1
name: Release
2
3
on:
4
- pull_request:
+ # 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:
8
branches:
9
- main
10
types:
0 commit comments