Update to only deploy Sphinx to gh-pages on pushing to `master` (GH-1987)

This commit is contained in:
Adam Turner 2021-06-09 01:51:47 +01:00 committed by GitHub
parent 0f3bbd9ad9
commit ec52afb543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: Deploy to GitHub Pages
on: [push]
on:
push:
branches: [master]
jobs:
deploy-to-pages: