Skip to content

Commit

Permalink
minor: add more branches on push
Browse files Browse the repository at this point in the history
  • Loading branch information
okdargy committed Jan 2, 2024
1 parent 38a3dcf commit 2ef946d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- master
- hono-rewrite

jobs:
deploy:
Expand All @@ -17,7 +19,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
environment: production
run: npm run deploy



run: npm run deploy

0 comments on commit 2ef946d

Please sign in to comment.