Skip to content

Commit 5ee33d9

Browse files
committed
Include hotfix branches in the prepublish workflow (#188 #228)
1 parent 92cf262 commit 5ee33d9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/prepublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ name: Prepublication staging
77
on:
88
pull_request:
99
types: [labeled]
10-
branches: [release/*]
10+
branches:
11+
- release/*
12+
- hotfix/*
1113

1214
jobs:
1315
stage:

0 commit comments

Comments
 (0)