Implement path filter for Docker workflow triggers

Added a path filter to restrict Docker workflow triggers to changes in the 'src' directory.
This commit is contained in:
Donald Zou
2025-12-14 00:24:21 +08:00
committed by GitHub
parent d56a3cb5d6
commit 48481ab992

View File

@@ -7,6 +7,8 @@ on:
- 'main' - 'main'
tags: tags:
- '*' - '*'
paths:
- 'src/**'
release: release:
types: [ published ] types: [ published ]