Implement path filter for Docker workflow triggers

Added a path filter to restrict Docker workflow triggers to changes in the 'src' directory.
pull/1044/head
Donald Zou 2025-12-14 00:24:21 +08:00 committed by GitHub
parent d56a3cb5d6
commit 48481ab992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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