This commit is contained in:
ligi 2023-01-23 07:49:00 +01:00
parent 03aa1be5b1
commit a72b6477c4
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -27,6 +27,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: ${{ github.event_name != 'pull_request' && steps.extract_branch.outputs.branch == 'master' }}
steps:
- name: Extract branch name
shell: bash