Skip to content

Commit

Permalink
Hope this works 🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
cinaryilmaz authored Jun 15, 2024
1 parent 459b242 commit eefa559
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Deploy to Workers

# this action is for the "deploy to cloudflare" button

on: ["repository_dispatch"]

name: Deploy Worker
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest

timeout-minutes: 60
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -27,3 +26,4 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit eefa559

Please sign in to comment.