mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-25 22:49:46 +01:00
Codefix: allow preview label on PRs against release branches too (#12310)
This commit is contained in:
parent
5f4f9334ce
commit
7f49b6f25a
1
.github/workflows/preview.yml
vendored
1
.github/workflows/preview.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- release/**
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
|
Loading…
Reference in New Issue
Block a user