diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 29435512..13b7f68b 100644 --- a/.github/workflows/instrumentation-test.yml +++ b/.github/workflows/instrumentation-test.yml @@ -22,6 +22,8 @@ on: branches-ignore: ['gh-pages'] pull_request: branches-ignore: ['gh-pages'] + pull_request_target: + branches-ignore: ['gh-pages'] workflow_dispatch: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fc6ad0e..ec464f65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,8 @@ on: branches-ignore: ['gh-pages'] pull_request: branches-ignore: ['gh-pages'] + pull_request_target: + branches-ignore: ['gh-pages'] workflow_dispatch: jobs: