chore: move deploy action to run on version changes instead of main

This commit is contained in:
bkellam 2025-05-12 11:16:13 -07:00
parent 31012fffe7
commit cab9aaac07

View file

@ -2,7 +2,7 @@ name: Deploy Demo
on: on:
push: push:
branches: [main] tags: ["v*.*.*"]
workflow_dispatch: workflow_dispatch:
jobs: jobs: