From 0d81f45414f5a13795e2f58342d8718d00f1ebbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B8gaard?= Date: Thu, 23 Jun 2022 09:23:32 +0200 Subject: [PATCH] Change trigger to give write permission from fork --- .github/workflows/build-icetray.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-icetray.yml b/.github/workflows/build-icetray.yml index 43963408b..0db1c9f58 100644 --- a/.github/workflows/build-icetray.yml +++ b/.github/workflows/build-icetray.yml @@ -5,7 +5,7 @@ name: build-icetray on: # Triggers the workflow on push and PRs push: - pull_request_target: + pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab