Skip to content

Commit 78270e1

Browse files
author
code3-dev
committed
master
1 parent 48b5979 commit 78270e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to Cloudflare Workers
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
repository_dispatch:
88
workflow_dispatch:
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ npm run deploy
7272
- `CLOUDFLARE_API_TOKEN`
7373
- `CLOUDFLARE_ACCOUNT_ID`
7474
3. Enable GitHub Actions in repository settings
75-
4. Push to `main` branch to trigger automatic deployment
75+
4. Push to `master` branch to trigger automatic deployment
7676

7777
## ⚙️ Environment Variables
7878

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Before deploying, ensure you have:
5252
- `CLOUDFLARE_API_TOKEN`: Your Cloudflare API token
5353
- `CLOUDFLARE_ACCOUNT_ID`: Your Cloudflare account ID
5454
3. Enable GitHub Actions in repository settings
55-
4. Push to `main` branch to trigger automatic deployment
55+
4. Push to `master` branch to trigger automatic deployment
5656
5. Configure environment variables in the Cloudflare Dashboard
5757

5858
### Setting Up Cloudflare Credentials

0 commit comments

Comments
 (0)