diff --git a/.github/workflows/all-workflows.yaml b/.github/workflows/all-workflows.yaml index 8263f03f..4e9b9c37 100644 --- a/.github/workflows/all-workflows.yaml +++ b/.github/workflows/all-workflows.yaml @@ -5,7 +5,7 @@ jobs: # We call the reusable workflow that triggers all AEF-DDF workflows run-all-AEF-DFF-workflows: - if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name + if: github.event_name != 'push' || (github.event_name == 'push' && github.base_ref != "") name: ⚙️ Run all AEF-DDF workflows uses: ssi-dk/AEF-DDF/.github/workflows/workflow-dispatcher.yaml@workflows with: