1
0
Fork 0

added manual workflow dispatch option

This commit is contained in:
Kim, Jimin 2022-02-26 21:01:31 +09:00
parent b5903a1b74
commit 45a37ac3d6
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
name: Deploy frontend name: Deploy frontend
on: on:
workflow_dispatch:
push: push:
paths: paths:
- frontend/** - frontend/**

View file

@ -1,5 +1,6 @@
name: Deploy functions name: Deploy functions
on: on:
workflow_dispatch:
push: push:
paths: paths:
- functions/** - functions/**