mirror of https://github.com/OpenTTD/OpenTTD
Codefix: allow preview label on PRs against release branches too (#12310)
parent
06e323964a
commit
add23dc58c
|
@ -7,6 +7,7 @@ on:
|
|||
- synchronize
|
||||
branches:
|
||||
- master
|
||||
- release/**
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
|
|
Loading…
Reference in New Issue