We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb74e1d commit aac6242Copy full SHA for aac6242
1 file changed
.github/workflows/python-deploy-docs.yml
@@ -1,9 +1,10 @@
1
name: Publish Website to GitHub Pages
2
on:
3
push:
4
+ paths:
5
+ - docs/**
6
branches:
- - stable
- - development
7
+ - "**"
8
9
# Manual trigger
10
workflow_dispatch:
0 commit comments