chore: add pull_request image builds to GH actions
This commit is contained in:
parent
e4b92bb660
commit
5755965b4f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/development-build.yml
vendored
7
.github/workflows/development-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue