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:
parent
4541b5711e
commit
9e075e5e8c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/doc-publish.yml
vendored
2
.github/workflows/doc-publish.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
schedule:
|
||||
- cron: '50 22 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue