devops: trigger docker devrelease when github action itself changes (#3719)
This commit is contained in:
parent
2dc57c5b3d
commit
1de4f7fa4c
1
.github/workflows/publish_canary_docker.yml
vendored
1
.github/workflows/publish_canary_docker.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
paths:
|
||||
- docs/docker/**
|
||||
- browsers.json
|
||||
- .github/workflows/publish_canary_docker.yml
|
||||
|
||||
jobs:
|
||||
publish-canary-docker:
|
||||
|
|
|
|||
Loading…
Reference in a new issue