added main branch to actions
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 4m35s

This commit is contained in:
2025-09-08 14:16:37 +03:00
parent 31b270217b
commit 6cff35509e

View File

@@ -2,10 +2,10 @@ name: Build and Push to Gitea Registry
on:
push:
branches: [master]
branches: [main,master]
tags: ['v*']
pull_request:
branches: [master]
branches: [main,master]
env:
REGISTRY: ${{ gitea.server_url }}