Skip to content

Commit af2de77

Browse files
authored
Merge pull request #1185 from kernelkit/fix-latest
Only publish to latest release from main branch
2 parents 9bc5f06 + 1ef8465 commit af2de77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ jobs:
7070
name: "infix"
7171

7272
test-publish-x86_64:
73+
if: ${{ github.repository_owner == 'kernelkit' && github.ref_name == 'main' }}
7374
needs: test-run-x86_64
7475
uses: ./.github/workflows/publish.yml

0 commit comments

Comments
 (0)