Update .gitea/workflows/cd-deploy.yaml

fix run, apparently on push triggers are not cumulatively conditional
This commit is contained in:
2025-12-09 21:06:45 -06:00
parent 58431891ba
commit 37f204137b

View File

@@ -1,8 +1,6 @@
name: Continuous Deployment name: Continuous Deployment
on: on:
push: push:
branches:
- main
tags: tags:
- '*' - '*'