This commit is contained in:
Stephan 2021-12-10 16:33:36 +01:00
parent 3c564909d0
commit a73381dafa

View File

@ -3,7 +3,7 @@ on: workflow_dispatch
jobs:
job:
runs-on: ubuntu-latest
if: startsWith(github.ref, "release/")
if: startsWith(github.ref, 'release/')
steps:
- name: Checkout
uses: actions/checkout@v2