mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
deploy docs only on master
This commit is contained in:
parent
a6fbc9fc6c
commit
43918b80e7
6
.github/workflows/deploy.docs.yml
vendored
6
.github/workflows/deploy.docs.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: "deploy:docs to github"
|
name: "deploy:docs to github"
|
||||||
on: [push]
|
on:
|
||||||
# TODO: master
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user