1
0
Fork 0

Codefix: allow preview label on PRs against release branches too

pull/12310/head
Patric Stout 2024-03-16 14:38:09 +01:00
parent 15d02f51ed
commit c2bf21219f
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 }}