ci: deactivate release rule

This commit is contained in:
Martin Bubel 2023-12-20 22:59:40 +01:00
parent b5ccd16018
commit 6ce191b4b5

View file

@ -53,7 +53,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