From b60a092e4af080bdd831daff96bffbb9d4af6e12 Mon Sep 17 00:00:00 2001 From: Martin Schuhfuss Date: Mon, 6 Nov 2023 10:14:15 +0100 Subject: [PATCH] chore: make test.yml workflow reusable (#17) --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b715dd..8920162 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,10 @@ # limitations under the License. name: Test -on: [push, pull_request] +on: + - push + - pull_request + - workflow_call jobs: test: runs-on: ubuntu-latest