From 1ec8f6235fee9b1da14c940c6e381eb886f770aa Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Fri, 30 Jul 2021 09:30:55 -0400 Subject: [PATCH] Updating version-bump.yml --- .github/workflows/version-bump.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 94d2bb880..f7c02f11c 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -2,7 +2,8 @@ name: Bump .Net Version on: push: - branches: [ version-bump ] + branches: + - 'version-bump' jobs: bump: