From 9c170f269c2e6dbabfc923851b727e5d184638fe Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Thu, 7 Jan 2021 14:42:31 +0100 Subject: [PATCH] Add pull_request and remove pull_request_target --- .github/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 41c260928e..41a650a5dc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,7 @@ name: Build & Tests on: - pull_request_target: + pull_request: push: branches: - master @@ -32,8 +32,6 @@ jobs: --health-retries 5 steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: