Include workflow file in deps

This commit is contained in:
Ben Grant 2023-05-16 17:17:00 +10:00
parent 1f6479d879
commit 8f2c7bb1c0

View file

@ -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