From 12f68038d4d02e60bc9aff925e9272471ccd7984 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Mon, 17 Jun 2024 19:56:46 +0100 Subject: [PATCH] ci: check secrets (#54) --- .github/workflows/pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c12f6b5a..e043a0d8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,5 +1,9 @@ name: CI - Pull Request on: +<<<<<<< HEAD +======= + pull_request: +>>>>>>> 638fe8f (ci: check secrets (#54)) pull_request_target: jobs: