From 4345c488654ecddd9ce1f60575e26d86f644839e Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 15 Nov 2022 11:14:47 +0100 Subject: [PATCH] MAINT: Fix workflow trigger (#184) --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8bf7ffe..1d47925 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,9 +1,9 @@ name: continuous-integration on: - - push: - - pull_request: - - workflow_call: + push: + pull_request: + workflow_call: jobs: