trigger deploy once again for v1.13.0

This commit is contained in:
Martin Bubel 2024-01-12 18:55:01 +01:00
parent cc3cf58a5c
commit 27144e2fcd

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