From c974a63800a8750ce128296d5b99e0a03035159a Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Tue, 16 Apr 2024 16:42:01 +0100 Subject: [PATCH] Enable Fork Pull Request Actions --- .github/workflows/pull-request.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 67fd869..01bb4f7 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -1,10 +1,11 @@ name: Unikorn Push on: - push: - branches-ignore: - - main - tags-ignore: - - '*' + pull_request: + types: + - opened + - synchronize + - reopened + - ready_for_review env: GO_VERSION: 1.22.1 jobs: