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
on:
workflow_dispatch:
push:
paths:
- frontend/**

View file

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