chore: v1 branch auto release

This commit is contained in:
Tim Möhlmann 2023-03-22 15:59:14 +02:00
parent 776115080d
commit 95ffcb5bdc

View file

@ -32,7 +32,7 @@ jobs:
release:
runs-on: ubuntu-20.04
needs: [test]
if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/v1' }}
if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/1.13.x' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: