apm: update action

This commit is contained in:
Marc Bernard 2024-07-19 13:18:02 -04:00
parent 5bcfd7e2e2
commit d0dacd75c5
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
paths:
- .github/workflows/docker-publish.yml
- .github/workflows/docker-apm.yml
- 'src/**'
- 'conf/**'
- 'types/**'
@ -15,6 +15,9 @@ on:
- '.yarn/**'
- '.yarnrc.yaml'
- '.pnp.js'
- '.dockerignore'
- 'docker-compose.yml'
- 'Dockerfile'
branches:
- 'apm'