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: