Skip to content

Commit 265c46f

Browse files
committed
Temporarily enable deployment from dev branch
1 parent 2c4960c commit 265c46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- run: cp wrangler.toml.example wrangler.toml
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
- run: npm ci
1818
- run: npm test
1919

2020
deploy:
21-
if: github.ref == 'refs/heads/main'
21+
# TODO: Renable if: github.ref == 'refs/heads/main'
2222
needs: [test]
2323
runs-on: ubuntu-latest
2424
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A template for kick starting a Cloudflare Workers project",
66
"main": "index.js",
77
"scripts": {
8-
"deploy": "wrangler deploy",
8+
"deploy": "wrangler deploy --env dev",
99
"deploy:prod": "wrangler deploy --env production",
1010
"dev": "wrangler dev --env dev",
1111
"start": "wrangler dev",

0 commit comments

Comments
 (0)