specify to only push on master branch
This commit is contained in:
parent
f962a2fc21
commit
2a52b36b18
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-docs.yml
vendored
1
.github/workflows/build-docs.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: 'docs-publish'
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue