chore: add pull_request image builds to GH actions

This commit is contained in:
Andras Bacsai 2024-08-05 16:09:49 +02:00
parent e4b92bb660
commit 5755965b4f

View File

@ -6,6 +6,13 @@ on:
paths-ignore:
- .github/workflows/coolify-helper.yml
- docker/coolify-helper/Dockerfile
pull_request:
types:
- opened
branches-ignore: ["main", "v3"]
paths-ignore:
- .github/workflows/coolify-helper.yml
- docker/coolify-helper/Dockerfile
env:
REGISTRY: ghcr.io