Files @ r27709:13454adf22b6
Branch filter:

Location: cpp/openttd-patchpack/source/.github/workflows/preview.yml

Patric Stout
Change: [CI] rework preview flow and use Cloudflare Pages to publish (#11116)
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