From c297361f75762b5212b39ebf656f8608989600e9 Mon Sep 17 00:00:00 2001 From: shtlrs Date: Mon, 20 Mar 2023 15:56:26 +0100 Subject: use workflow_call as trigger for lint-test --- .github/workflows/lint-test.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 1fe3bd89..3328c208 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,11 +1,7 @@ name: Lint & Test on: - push: - branches: - - main - pull_request: - + workflow_call jobs: lint-test: -- cgit v1.2.3