Better if.

This commit is contained in:
Pieter Hollander 2024-02-21 20:08:30 +01:00
parent 868805c3a8
commit eafffa009f
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -11,7 +11,7 @@ on:
jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-docker
steps:
- name: Check out repository code