add workflow dispatch

This commit is contained in:
Lee 2024-10-04 21:10:55 +01:00
parent 8938bd2924
commit 78584c0ce8
2 changed files with 2 additions and 0 deletions

@ -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