From 44a32e846e9b7789fff0c116b1507212a402bb37 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:37:21 -0400 Subject: [PATCH] fix YAML types in licensed.yml --- .github/workflows/licensed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index ae62613..947626a 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -1,8 +1,8 @@ name: Licensed on: - push: {branches: main} - pull_request: {branches: main} + push: {branches: [main]} + pull_request: {branches: [main]} jobs: test: