From 8576f2a8c807597ee71637d2bbd597620c889b5a Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Mon, 9 Oct 2023 18:42:29 +0200 Subject: [PATCH] Wrap up ci integration workflow --- .github/workflows/integration.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f74c25932..df0bfd85c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,8 +1,13 @@ -name: Run Knip in external projects +name: Run Knip against external projects on: workflow_dispatch: + pull_request: push: + branches: + - '**' + tags: + - '!**' jobs: integration: