1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 19:09:09 +00:00

Codefix: allow preview label on PRs against release branches too (#12310)

This commit is contained in:
Patric Stout
2024-03-16 16:49:03 +01:00
committed by Rubidium
parent 701e5872a8
commit 9c0dc861da

View File

@@ -7,6 +7,7 @@ on:
- synchronize
branches:
- master
- release/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}