From c8890f7f918f50122519e5e1dcb43779a95c5d89 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 8 Nov 2023 05:18:16 -0500 Subject: [PATCH] Add trigger for pull requests release checks This will cause it to be triggered so that the PR can be merged as it doesn't run on develop like the others --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e40ecde..9ad3c42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,10 @@ name: Release Build Confirmation on: - push: + push: + branches: + - main + pull_request: branches: - main env: