devops: trigger docker devrelease when github action itself changes (#3719)

This commit is contained in:
Andrey Lushnikov 2020-09-01 16:59:03 -07:00 committed by GitHub
parent 2dc57c5b3d
commit 1de4f7fa4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ on:
paths:
- docs/docker/**
- browsers.json
- .github/workflows/publish_canary_docker.yml
jobs:
publish-canary-docker: