Skip to content

Commit 4b84891

Browse files
committed
remove wip branch from trigger and allowed deploy list
1 parent 6ff0300 commit 4b84891

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
@@ -7,7 +7,6 @@ on:
77
branches:
88
- main
99
- docs-in-hdb
10-
- gh-pages-workflow
1110
# Allows you to run this workflow manually from the Actions tab
1211
workflow_dispatch:
1312

@@ -76,7 +75,7 @@ jobs:
7675
name: Deploy to GitHub Pages
7776
runs-on: ubuntu-latest
7877
# Only deploy on push to specific branches, not on PRs
79-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-in-hdb' || github.ref == 'refs/heads/gh-pages-workflow')
78+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-in-hdb')
8079

8180
permissions:
8281
pages: write

0 commit comments

Comments
 (0)