Skip to content

Commit c7a5639

Browse files
committed
add .wranglerignore
1 parent 9595551 commit c7a5639

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/cf-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: "yarn"
3434

3535
- name: Install dependencies
36-
run: HUSKY=0 yarn install
36+
run: yarn install
3737
env:
3838
CI: true
3939
HUSKY: 0

.github/workflows/deploy-main.yml

+26-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
name: Deploy from main branch
2-
3-
on:
4-
push:
5-
branches:
6-
# Commented out to deploy from main branch
1+
#name: Deploy from main branch
2+
#
3+
#on:
4+
# push:
5+
# branches:
76
# - main
87
# - devel
9-
paths-ignore:
10-
- '.github/ISSUE_TEMPLATE/**'
11-
- '.husky/**'
12-
- '.vscode/**'
13-
- 'docs/**'
14-
- 'jest/**'
15-
- 'mocks/**'
16-
- 'playwright/**'
17-
- 'stubs/**'
18-
- 'tools/**'
19-
workflow_dispatch:
20-
21-
concurrency:
22-
group: ${{ github.workflow }}-${{ github.ref }}
23-
cancel-in-progress: true
24-
25-
jobs:
26-
publish_image:
27-
name: Publish Docker image
28-
uses: './.github/workflows/publish-image.yml'
29-
secrets: inherit
8+
# paths-ignore:
9+
# - '.github/ISSUE_TEMPLATE/**'
10+
# - '.husky/**'
11+
# - '.vscode/**'
12+
# - 'docs/**'
13+
# - 'jest/**'
14+
# - 'mocks/**'
15+
# - 'playwright/**'
16+
# - 'stubs/**'
17+
# - 'tools/**'
18+
# workflow_dispatch:
19+
#
20+
#concurrency:
21+
# group: ${{ github.workflow }}-${{ github.ref }}
22+
# cancel-in-progress: true
23+
#
24+
#jobs:
25+
# publish_image:
26+
# name: Publish Docker image
27+
# uses: './.github/workflows/publish-image.yml'
28+
# secrets: inherit

.wranglerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.next/cache

0 commit comments

Comments
 (0)