Merge pull request #1185 from kernelkit/fix-latest

Only publish to latest release from main branch
This commit is contained in:
Joachim Wiberg
2025-10-03 16:19:57 +02:00
committed by GitHub
+1
View File
@@ -70,5 +70,6 @@ jobs:
name: "infix"
test-publish-x86_64:
if: ${{ github.repository_owner == 'kernelkit' && github.ref_name == 'main' }}
needs: test-run-x86_64
uses: ./.github/workflows/publish.yml