Skip to content

Add cherry pick workflow #2

Add cherry pick workflow

Add cherry pick workflow #2

Workflow file for this run

name: Build Production Site
on:
push:
branches: [release/**/**]
paths:
- '**.md'
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger build
run: curl -X POST -d {} "${{ secrets.CLOUDFLARE_BUILD_HOOK }}"