Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Sep 8, 2021
1 parent c06daa0 commit bb20fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -5,11 +5,10 @@ on:
branches: [ master ]
workflows: ["Build Maven"]
types: [completed]
workflow_dispatch:
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 == 'success' && github.event.workflow_run.event=='push' }}
runs-on: 'ubuntu-latest'
steps:
- name: Print github context
Expand Down

0 comments on commit bb20fbf

Please sign in to comment.