fix docs deploy to only push on master
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Build Documentation using MkDocs
|
name: Build Documentation using MkDocs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and Deploy Documentation
|
name: Build and Deploy Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user