mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-25 06:29:47 +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
|
||||
branches:
|
||||
- master
|
||||
- release/**
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
|
Loading…
Reference in New Issue
Block a user