Merge pull request #8 from Molecule-AI/fix/publish-image-pr-trigger

fix(ci): add pull_request trigger to publish-image workflow
This commit is contained in:
Hongming Wang 2026-04-24 13:25:54 -07:00 committed by GitHub
commit 8fbd6689f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ name: publish-image
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions: