Skip to content

Commit d6727a2

Browse files
committed
Trigger through completion of productionize workflow
1 parent d7bfee6 commit d6727a2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ name: bundle
2222
# Workflow triggers:
2323
on:
2424
workflow_dispatch:
25-
push:
26-
branches:
27-
- production
28-
tags-ignore:
29-
- 'v[0-9]+\.[0-9]+\.[0-9]+'
25+
workflow_run:
26+
workflows: ["productionize"]
27+
types: [completed]
3028

3129
# Workflow jobs:
3230
jobs:

0 commit comments

Comments
 (0)