We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1333e commit 0c079a4Copy full SHA for 0c079a4
.github/workflows/deploy-docs.yml
@@ -3,7 +3,10 @@ name: Deploy Sphinx Docs
3
on:
4
push:
5
branches:
6
- - colglazier
+ - master
7
+ paths:
8
+ - 'docs/**' # only trigger when docs/ changes
9
+ - '.github/workflows/deploy-docs.yml'
10
11
jobs:
12
build:
.github/workflows/jekyll-gh-pages.yml
@@ -2,7 +2,10 @@ name: Deploy Sphinx Docs to GitHub Pages
2
- branches: ["colglazier"]
+ branches: ["master"]
+ - 'docs/**'
+ - '.github/workflows/jekyll-gh-pages.yml'
workflow_dispatch:
0 commit comments