Refactor multi stream append to use v2 protocol (#347) #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}" |