Update to only deploy Sphinx to gh-pages on pushing to `master` (GH-1987)
This commit is contained in:
parent
0f3bbd9ad9
commit
ec52afb543
|
@ -1,6 +1,8 @@
|
||||||
name: Deploy to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-to-pages:
|
deploy-to-pages:
|
||||||
|
|
Loading…
Reference in New Issue