From 84259de7659523526cb79d7892427e887927b4d1 Mon Sep 17 00:00:00 2001 From: vintagepc <53943260+vintagepc@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:31:19 -0400 Subject: [PATCH] Update build.yml Fix bug in run specifiers --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cab9858d..89d710d29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,11 +4,11 @@ on: pull_request: branches: - '*' - tags: - - 'v*' push: branches: [ MK3, MK3_* ] - + tags: + - 'v*' + env: GH_ANNOTATIONS: 1