From c6f95485e3a793f65d60b94d26bab565836513e2 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Thu, 17 Oct 2024 18:54:27 -0400 Subject: [PATCH] Run the builds on the `pull_request_target` event - I've separated the release process into another workflow so its token is not exposed --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index de798269..a78e5f43 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,8 @@ on: - "*.gitignore" - "*.github/ISSUE_TEMPLATE/**" - "*.github/FUNDING.yml" - pull_request: + - "*.github/workflows/**" + pull_request_target: branches: - dev paths-ignore: @@ -17,6 +18,7 @@ on: - "*.gitlab-ci.yml" - "*.github/ISSUE_TEMPLATE/**" - "*.github/FUNDING.yml" + - "*.github/workflows/**" jobs: windows: name: Windows (x86_64)