We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb286eb commit f99e27fCopy full SHA for f99e27f
1 file changed
.github/workflows/docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - '**' # Run on all branches for build/test
8
workflow_dispatch:
9
10
jobs:
@@ -40,6 +41,7 @@ jobs:
40
41
42
# 4. Deployment zu gh-pages (peaceiris action, wie im Demo-Repo)
43
- name: Deploy to GitHub Pages
44
+ if: github.ref == 'refs/heads/main'
45
uses: peaceiris/actions-gh-pages@v3
46
with:
47
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments