We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee90230 commit 263168bCopy full SHA for 263168b
.github/workflows/deploy.yaml
@@ -6,7 +6,6 @@ on:
6
push:
7
branches:
8
- main
9
- - docs-in-hdb
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
12
@@ -82,7 +81,7 @@ jobs:
82
81
name: Deploy to GitHub Pages
83
runs-on: ubuntu-latest
84
# 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')
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
86
87
permissions:
88
pages: write
0 commit comments