Skip to content

Commit d7bfee6

Browse files
committed
Generate bundles from production branch
1 parent 196d1b9 commit d7bfee6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_bundle.yml.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
workflow_dispatch:
2525
push:
2626
branches:
27-
- main
27+
- production
2828
tags-ignore:
2929
- 'v[0-9]+\.[0-9]+\.[0-9]+'
3030

@@ -34,6 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
37+
with:
38+
ref: production
3739
- name: Copy files to deno directory
3840
run: |
3941
mkdir -p deno
@@ -108,6 +110,8 @@ jobs:
108110
runs-on: ubuntu-latest
109111
steps:
110112
- uses: actions/checkout@v3
113+
with:
114+
ref: production
111115
- name: Copy files to umd directory
112116
run: |
113117
mkdir -p umd
@@ -180,6 +184,8 @@ jobs:
180184
runs-on: ubuntu-latest
181185
steps:
182186
- uses: actions/checkout@v3
187+
with:
188+
ref: production
183189
- name: Copy files to umd directory
184190
run: |
185191
mkdir -p esm

0 commit comments

Comments
 (0)