Update .gitea/workflows/cd-deploy.yaml
fix run, apparently on push triggers are not cumulatively conditional
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
name: Continuous Deployment
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user