From 52bc123b32ac5ae4cf6a3553d277655109d3c005 Mon Sep 17 00:00:00 2001 From: Vishnu Challa Date: Mon, 7 Oct 2024 15:59:01 -0400 Subject: [PATCH] GH actions tests Signed-off-by: Vishnu Challa --- .github/workflows/ci-tests.yaml | 4 ++++ .github/workflows/tests.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index e093c98..c3171e7 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -5,6 +5,10 @@ on: branches: - master - main + pull_request_target: + branches: + - master + - main jobs: lint: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 15f31f5..0767375 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,6 +2,10 @@ name: Execute tests on: workflow_call: workflow_dispatch: + pull_request_target: + branches: + - master + - main jobs: tests: runs-on: ubuntu-latest