Skip to content

Commit d5f68d6

Browse files
authored
Set up static site deploy from publish branch (#533)
1 parent da34d5d commit d5f68d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy_site.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
# Allows you to run this workflow manually from the Actions tab
66
workflow_dispatch:
77

8-
# Runs on pushes targeting the default branch
8+
# Runs on pushes targeting specific branch(es)
99
push:
10-
branches: [main, staging]
10+
branches:
11+
- publish
1112

1213

1314
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)