feat(Docker): update workflow condition to trigger on specific commit message

This commit is contained in:
shiyu
2025-05-23 22:01:56 +08:00
parent c3e012e1ae
commit f36e9c4fbb
2 changed files with 24 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, 'pub(docker)')
permissions:
contents: read