Fix release pipeline

This commit is contained in:
Joel Wachsler 2022-07-11 02:06:12 +00:00
parent b56e59feae
commit 95368b58b3

View File

@ -2,10 +2,10 @@ name: Prepare new release
on:
create:
branches:
- 'create_release/*'
jobs:
release:
runs-on: ubuntu-22.04
if: "startsWith(github.ref, 'refs/heads/create_release/')"
steps:
- uses: actions/checkout@v3