File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
lib/node_modules/@stdlib/_tools/scripts/templates Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 24
24
workflow_dispatch:
25
25
push:
26
26
branches:
27
- - main
27
+ - production
28
28
tags-ignore:
29
29
- 'v[0-9]+\.[0-9]+\.[0-9]+'
30
30
34
34
runs-on: ubuntu-latest
35
35
steps:
36
36
- uses: actions/checkout@v3
37
+ with:
38
+ ref: production
37
39
- name: Copy files to deno directory
38
40
run: |
39
41
mkdir -p deno
@@ -108,6 +110,8 @@ jobs:
108
110
runs-on: ubuntu-latest
109
111
steps:
110
112
- uses: actions/checkout@v3
113
+ with:
114
+ ref: production
111
115
- name: Copy files to umd directory
112
116
run: |
113
117
mkdir -p umd
@@ -180,6 +184,8 @@ jobs:
180
184
runs-on: ubuntu-latest
181
185
steps:
182
186
- uses: actions/checkout@v3
187
+ with:
188
+ ref: production
183
189
- name: Copy files to umd directory
184
190
run: |
185
191
mkdir -p esm
You can’t perform that action at this time.
0 commit comments