We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cf262 commit 5ee33d9Copy full SHA for 5ee33d9
1 file changed
.github/workflows/prepublish.yml
@@ -7,7 +7,9 @@ name: Prepublication staging
7
on:
8
pull_request:
9
types: [labeled]
10
- branches: [release/*]
+ branches:
11
+ - release/*
12
+ - hotfix/*
13
14
jobs:
15
stage:
0 commit comments