We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb45f5 commit dd10192Copy full SHA for dd10192
.github/workflows/deploy_static_pages.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["dev"]
+ branches: ["dev", "zhogu/*"]
8
pull_request:
9
branches: ["dev"]
10
0 commit comments