Skip to content

Commit

Permalink
updating workflows (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold authored May 11, 2024
1 parent f5e9b5e commit e540644
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.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 e540644

Please sign in to comment.