From bdc2a4e4ec2ce0aed391813e6f5c520fc6f519d4 Mon Sep 17 00:00:00 2001 From: Martin Schuhfuss Date: Mon, 6 Nov 2023 10:12:58 +0100 Subject: [PATCH] chore: make test.yml workflow reusable --- .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