feat(deploy): demo enable gh actions manual trigger (#5932)

* feat(deploy): enable manual triggering

* fix(deploy): use the default azure/CLI version

* doc(deploy): update action trigger guid

* feat(deploy): enable manual triggering for docs

Co-authored-by: artem.zaiko.ext <artem.zaiko.ext@munichgeneral.com>
This commit is contained in:
azaiko-akveo 2022-04-28 11:45:48 +03:00 committed by d.strigo
parent ea43b1f258
commit 2f76eab493
3 changed files with 15 additions and 10 deletions

View file

@ -7,6 +7,7 @@ on:
- 'docs/**'
repository_dispatch:
types: deploy-docs
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest