feat: allow manual triggering of deployment workflow

This commit is contained in:
Prad Nukala 2024-12-11 15:58:10 -05:00
parent c2f3e66405
commit 9908669be0

View File

@ -1,5 +1,6 @@
name: Deploy Network name: Deploy Network
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "v*" - "v*"