update CI

This commit is contained in:
Markos Gogoulos 2023-06-27 17:20:54 +03:00
parent 195fd28047
commit 5e88ef9941

View file

@ -16,3 +16,4 @@ jobs:
release:
uses: ./.github/workflows/docker-build-push.yml
needs: [test]
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'