Skip to content

Commit 622d3a2

Browse files
Merge #1149
1149: Fix the publish CI not running on a prototype r=bidoubiwa a=bidoubiwa Missing wildcards resulted in the publishing CI not triggering on prototype versions. Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents b743d25 + c844f7e commit 622d3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
- 'pre-release-beta/**'
88
- 'beta/**'
9-
- 'prototype-beta/'
9+
- 'prototype-beta/**'
1010
env:
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1212

0 commit comments

Comments
 (0)