Updating workflows (#45)

* updating workflows

* another test for deployment workflow
This commit is contained in:
Arnold Dechamps 2024-05-11 02:37:39 +02:00 committed by GitHub
parent e540644240
commit 296c6e3720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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