Skip to content

Commit

Permalink
Update deploy-to-cf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Sep 29, 2023
1 parent a784f6d commit 0add3d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-to-cf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deploy to Cloudflare Workers

on: [push, workflow_dispatch]
on:
workflow_dispatch:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 0add3d9

Please sign in to comment.