fix(release): run support image workflows on main

This commit is contained in:
Andras Bacsai
2026-08-11 16:35:03 +02:00
parent 8bf4ac9c68
commit cde9597c09
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Coolify Helper Image
on:
push:
branches: [ "v4.x" ]
branches: [ "v4.x", "main" ]
paths:
- .github/workflows/coolify-helper.yml
- docker/coolify-helper/Dockerfile
+1 -1
View File
@@ -2,7 +2,7 @@ name: Coolify Realtime
on:
push:
branches: [ "v4.x" ]
branches: [ "v4.x", "main" ]
paths:
- .github/workflows/coolify-realtime.yml
- docker/coolify-realtime/**