github: For now limit doc publish to master

Limit doc publish workflow to master branch.  Need to see if we can
seperate out 'latest' to be on master only and release branches to
publish to the proper location.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-02-15 16:38:46 -06:00 committed by Kumar Gala
commit 9e075e5e8c

View file

@ -8,6 +8,8 @@ on:
schedule: schedule:
- cron: '50 22 * * *' - cron: '50 22 * * *'
push: push:
branches:
- master
tags: tags:
- '*' - '*'