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