From 85c9bd40c8b54e4a58a42b94ccf4507163e4f6b1 Mon Sep 17 00:00:00 2001 From: euphoria-laxis Date: Tue, 22 Oct 2024 17:01:38 +0200 Subject: [PATCH] Update events to trigger actions lint-test.yaml --- .github/workflows/lint-test.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3906f1e..8a93f55 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,6 +1,16 @@ name: Lint and Test -on: push +on: + push: + branches: + - features/* + - testing/* + - fix/* + - enhance/* + pull_request: + branches: + - master + - staging jobs: lint: