wip
This commit is contained in:
parent
8032dd08bc
commit
9e06058b59
2 changed files with 2 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
.env
|
.env
|
||||||
.env.backup
|
.env.backup
|
||||||
.env.production
|
.env.production
|
||||||
|
.env.secrets
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
|
@ -21,4 +22,3 @@ yarn-error.log
|
||||||
/.npm
|
/.npm
|
||||||
/.bash_history
|
/.bash_history
|
||||||
/_volumes
|
/_volumes
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/coolify-builder.yml
vendored
2
.github/workflows/coolify-builder.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Coolify Builder (v4)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["v4"]
|
branches: ["this-does-not-exist"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue