From a237534c082da75797f81ec060a3c842b8f169dd Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 26 Feb 2021 11:05:45 +0100 Subject: [PATCH] run tests on pull requests --- .github/workflows/integration.yaml | 2 +- .github/workflows/quality.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d015e11..26802c9 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -2,7 +2,7 @@ name: Integration on: push: - pull_request_target: + pull_request: jobs: test: diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 0e30a06..bef7ec2 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -2,7 +2,7 @@ name: Quality on: push: - pull_request_target: + pull_request: jobs: golangci: