From 31f19453ff63ff46d17bc70d210658c7f8adba96 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 27 Sep 2023 09:06:53 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4946824c..9c5d2868 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,8 +1,10 @@ name: Test Components on: - pull_request_target: - types: [opened, reopened] + push: + pull_request: + branches: + - master jobs: run-tests: @@ -10,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + fetch-depth: 0 persist-credentials: false - uses: actions/setup-node@v3 with: