fix: add workflow_dispatch trigger to backend and frontend deployment workflows

This commit is contained in:
averel10
2025-11-11 21:08:55 +01:00
parent 1050897915
commit 172c68226a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: Deploy Contract name: Deploy Contract
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View File

@@ -1,6 +1,7 @@
name: Deploy frontend name: Deploy frontend
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main