Merge pull request #10 from archtika/devel

Update deploy action
This commit is contained in:
Thilo Hohlt
2024-09-15 13:36:49 +02:00
committed by GitHub

View File

@@ -12,9 +12,7 @@ env:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: | if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.event == 'push' }}
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4