| .github/workflows/deploy.yml | ●●●●● patch | view | raw | blame | history |
.github/workflows/deploy.yml
@@ -2,7 +2,6 @@ on: workflow_run: push: branches: [ master ] workflows: ["Build Maven"] types: [completed] @@ -10,7 +9,7 @@ jobs: deploy: name: Maven deploy if: ${{ 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