Skip to content

Commit ada29d8

Browse files
committed
allow publishing from the wip replatform branch for a little longer
1 parent 3e271e5 commit ada29d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- docs-in-hdb
910
# Allows you to run this workflow manually from the Actions tab
1011
workflow_dispatch:
1112

@@ -81,7 +82,7 @@ jobs:
8182
name: Deploy to GitHub Pages
8283
runs-on: ubuntu-latest
8384
# Only deploy on push to specific branches, not on PRs
84-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
85+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-in-hdb')
8586

8687
permissions:
8788
pages: write

0 commit comments

Comments
 (0)