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