From d5af907521b72dc55ba45bb03410265636a888dc Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 20:05:28 -0600 Subject: [PATCH] added branding --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9304b63..08b297a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,10 +2,10 @@ name: Package and Smoke Test on: # rebuild any PRs and main branch changes pull_request: -# push: -# branches: -# - master -# - 'releases/*' + push: + branches: + - master + - 'releases/*' jobs: