Update .gitea/workflows/cd-deploy.yaml
All checks were successful
Continuous Deployment / Update Deployment (push) Successful in 2m5s

update the CD script to only run on tags signifying a usable release
This commit is contained in:
2025-12-09 20:53:33 -06:00
parent 6d544225d9
commit a95bf3318d

View File

@@ -3,6 +3,8 @@ on:
push:
branches:
- main
tags:
- '*'
jobs:
Deploy: