Include workflow file in deps
This commit is contained in:
parent
1f6479d879
commit
8f2c7bb1c0
2
.github/workflows/deploy_api.yml
vendored
2
.github/workflows/deploy_api.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Deploy API
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['chore/setup-workflow']
|
branches: ['chore/setup-workflow']
|
||||||
paths: ['api/**']
|
paths: ['api/**', 'workflows/deploy_api.yml']
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue