From f154ce2385165d8007ce6395316f897891ff36be Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 24 Nov 2020 14:32:21 -0700 Subject: [PATCH] fix branch name for PR-triggered workflows --- .github/workflows/Build Essentials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build Essentials.yml b/.github/workflows/Build Essentials.yml index 04d428a1..74f97923 100644 --- a/.github/workflows/Build Essentials.yml +++ b/.github/workflows/Build Essentials.yml @@ -8,7 +8,7 @@ on: types: - closed branches: - - development + - development-2.0.0 env: # solution path doesn't need slashes unless there it is multiple folders deep