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:
commit
8fbd6689f0
1
.github/workflows/publish-image.yml
vendored
1
.github/workflows/publish-image.yml
vendored
@ -8,6 +8,7 @@ name: publish-image
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user