added manual workflow dispatch option
This commit is contained in:
parent
b5903a1b74
commit
45a37ac3d6
2 changed files with 2 additions and 0 deletions
1
.github/workflows/frontend.yml
vendored
1
.github/workflows/frontend.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Deploy frontend
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- frontend/**
|
||||
|
|
1
.github/workflows/functions.yml
vendored
1
.github/workflows/functions.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Deploy functions
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- functions/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue