Skip to content

Commit 9869fc6

Browse files
committed
Fix staging branch name in workflow
The workflow create the branch staging, so we cannot have exactly `staging`
1 parent bf1cf22 commit 9869fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
tags:
99
- "v[0-9]+.[0-9]+.[0-9]+"
1010
branches:
11-
- "staging**"
11+
- "staging/**"
1212
workflow_dispatch:
1313

1414
permissions:

0 commit comments

Comments
 (0)