Skip to content

Sync changes between main and dev #4

Sync changes between main and dev

Sync changes between main and dev #4

Workflow file for this run

#name: Test and Deploy to Cloudflare Workers
#on:
# push:
# branches:
# - main
#jobs:
# deploy:
# runs-on: ubuntu-latest
# name: Deploy to Cloudflare Workers
# steps:
# - uses: actions/checkout@v4
# - name: Deploy to Cloudflare Workers
# uses: cloudflare/wrangler-action@v3
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}