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

This commit is contained in:
Patric Stout 2024-03-16 16:49:03 +01:00 committed by GitHub
parent 5f4f9334ce
commit 7f49b6f25a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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