Skip to content

Commit

Permalink
Updating workflows (#45)
Browse files Browse the repository at this point in the history
* updating workflows

* another test for deployment workflow
  • Loading branch information
altf4arnold authored May 11, 2024
1 parent e540644 commit 296c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
deploy_after_master_push:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.event.workflow_run.conclusion == 'success'
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event.workflow_run.conclusion == 'success')
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 296c6e3

Please sign in to comment.