allow pull request to trigger the cd workflow

iwanhae committed Nov 16, 2025 at 21:26 UTC e038b7139a731f879187bedcbe262d35efb917fe
1 file changed +2
.github/workflows/cd.yml
+2
@@ -6,6 +6,8 @@ on:
6 tags: ["v*"]
7 release:
8 types: [published]
9 + pull_request:
10 + branches: [main]
11
12 env:
13 REGISTRY: ghcr.io