ci: only do release job when run on master

This commit is contained in:
sithlord48
2024-10-21 21:53:22 -04:00
committed by Chris Rizzitello
parent 7b7ff81a9f
commit a362174e73

View File

@ -379,6 +379,7 @@ jobs:
release:
needs: ci-passed
if: (github.ref == 'refs/heads/master')
runs-on: ubuntu-latest
steps: