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
|
name: Deploy frontend
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- frontend/**
|
- frontend/**
|
||||||
|
|
1
.github/workflows/functions.yml
vendored
1
.github/workflows/functions.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: Deploy functions
|
name: Deploy functions
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- functions/**
|
- functions/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue