We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a2f66a + 2655ae4 commit 10b2c39Copy full SHA for 10b2c39
1 file changed
.github/workflows/gh-pages.yml
@@ -3,8 +3,11 @@ name: github-pages
3
on:
4
workflow_dispatch:
5
push:
6
+ paths:
7
+ - 'docs/**'
8
branches:
9
- master
10
+ - bugfix
11
12
# Taken from https://github.com/marketplace/actions/hugo-setup#%EF%B8%8F-workflow-for-autoprefixer-and-postcss-cli
13
# Both builds have to be one worflow as otherwise one publish will overwrite the other
0 commit comments