github actions: deactivate if to release

This commit is contained in:
Martin Bubel 2023-12-20 22:41:24 +01:00
parent 8d27188c4b
commit 8c7877b8d9

View file

@ -47,7 +47,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: develop-matrix
if: github.event_name == 'release' && github.event.action == 'created'
# if: github.event_name == 'release' && github.event.action == 'created'
steps:
- name: Checkout
uses: actions/checkout@v4