add workflow dispatch
This commit is contained in:
parent
8938bd2924
commit
78584c0ce8
@ -1,6 +1,7 @@
|
|||||||
name: "Deploy Backend"
|
name: "Deploy Backend"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
name: "Deploy Website"
|
name: "Deploy Website"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
Reference in New Issue
Block a user