Skip to content

manual workflow dispatch #9

manual workflow dispatch

manual workflow dispatch #9

Workflow file for this run

name: cf workers
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'LICENSE.md'
jobs:
deploy:
runs-on: ubuntu-latest
environment: cf
steps:
- uses: actions/checkout@v4
- name: deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}