| .github/workflows/deploy.yml | ●●●●● patch | view | raw | blame | history |
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs: deploy: name: Maven deploy if: ${{ github.event.workflow_run.conclusion.event=="push" && (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '') }} if: ${{ github.event.workflow_run.conclusion.event=='push' && (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '') }} runs-on: 'ubuntu-latest' steps: - name: Print github context