main.yml - prevent Symantic job for PR's

This commit is contained in:
MrGadget1024 2023-03-01 09:23:28 -05:00
parent bb2e7b2308
commit 7c4be1fa57

View File

@ -33,6 +33,7 @@ jobs:
Release:
name: Semantic Release
if: github.ref == 'master'
needs: RunUnityTests
uses: ./.github/workflows/Semantic.yml
secrets: inherit