mirror of https://github.com/OpenTTD/OpenTTD
Codefix: allow preview label on PRs against release branches too
parent
15d02f51ed
commit
c2bf21219f
|
@ -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