File tree 3 files changed +28
-28
lines changed
3 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 33
33
cache : " yarn"
34
34
35
35
- name : Install dependencies
36
- run : HUSKY=0 yarn install
36
+ run : yarn install
37
37
env :
38
38
CI : true
39
39
HUSKY : 0
Original file line number Diff line number Diff line change 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:
7
6
# - main
8
7
# - 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
Original file line number Diff line number Diff line change
1
+ .next/cache
You can’t perform that action at this time.
0 commit comments