mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
17 lines
409 B
YAML
17 lines
409 B
YAML
name: Preview
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- labeled
|
|
- synchronize
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
preview:
|
|
if: ${{ (github.event.action == 'labeled' && github.event.label.name == 'preview') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'preview')) }}
|
|
name: Preview
|
|
uses: ./.github/workflows/preview-build.yml
|
|
secrets: inherit
|