Update github workflow:

-added back in the branch requirement for building the website
and switched it from "master" to "main" since we renamed that branch
This commit is contained in:
Shay Carter 2021-03-22 14:08:32 -07:00
parent ad5e63c1d3
commit ba86d8f70b

View file

@ -2,6 +2,8 @@ name: Publish Sphinx Built Webpages to Github Pages
on: on:
push: push:
branches:
- main
paths: paths:
- 'docs/**' - 'docs/**'
- 'examples/**' - 'examples/**'