Skip to content

Commit 6ac4362

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 18fdb38 commit 6ac4362

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
name: Building and Pushing to MCR
55
on:
6-
push
6+
pull_request:
7+
branches:
8+
- main
9+
- release-*
710

811
permissions:
912
id-token: write

0 commit comments

Comments
 (0)