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