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