mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
apm: update action
This commit is contained in:
parent
d0dacd75c5
commit
2274e483ac
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker-apm.yml
vendored
3
.github/workflows/docker-apm.yml
vendored
|
@ -1,10 +1,9 @@
|
||||||
name: Docker publish apm to docker.io
|
name: Docker publish apm to docker.io
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/docker-apm.yml
|
- '.github/workflows/docker-apm.yml'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'conf/**'
|
- 'conf/**'
|
||||||
- 'types/**'
|
- 'types/**'
|
||||||
|
|
Loading…
Reference in a new issue