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:
|
||||
push:
|
||||
branches: ['chore/setup-workflow']
|
||||
paths: ['api/**']
|
||||
paths: ['api/**', 'workflows/deploy_api.yml']
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue