Skip to content

Commit 263168b

Browse files
committed
only deploy main branch
1 parent ee90230 commit 263168b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

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

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

8786
permissions:
8887
pages: write

0 commit comments

Comments
 (0)