Small change to github action for my srcarter repo.

I want the website rebuild to trigger from any branch, because I want to preview web changes here before pushing them to the unidata branch
This commit is contained in:
Shay Carter 2021-03-18 14:46:12 -07:00
parent 97d1d72a7a
commit 5f40573101

View file

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