feat(deploy): enable manual triggering (#5931)

Co-authored-by: artem.zaiko.ext <artem.zaiko.ext@munichgeneral.com>
This commit is contained in:
azaiko-akveo 2022-04-27 17:18:02 +03:00 committed by d.strigo
parent c2ea2cd8d7
commit ea43b1f258

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- demo - demo
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest