chore: Update branch restriction for push event in coolify-helper.yml
This commit is contained in:
parent
08e4afbbc4
commit
15fe5bd864
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coolify-helper.yml
vendored
2
.github/workflows/coolify-helper.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Coolify Helper Image (v4)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main", "next" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/coolify-helper.yml
|
- .github/workflows/coolify-helper.yml
|
||||||
- docker/coolify-helper/Dockerfile
|
- docker/coolify-helper/Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue