Codefix: allow preview label on PRs against release branches too (#12310)

pull/688/head
Patric Stout 2 months ago committed by GitHub
parent 5f4f9334ce
commit 7f49b6f25a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,7 @@ on:
- synchronize
branches:
- master
- release/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

Loading…
Cancel
Save