fix(message-queue/*/github): also run on changes to container depende… #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: message-queue python CI dispatcher | ||
on: | ||
push: | ||
paths: | ||
- "message-queue/python/**" | ||
- "message-queue/container/base-debian/**" | ||
jobs: | ||
dispatch: | ||
if: true | ||
uses: ./message-queue/python/github/workflow.yaml | ||
secrets: inherit |