From 4cb2d7d40e8ddb5956aab906f6e17fb3d1078fcc Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:09:50 +0000 Subject: [PATCH] Fix CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 955fbde2..6172036a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "**" ] workflow_call: {} workflow_dispatch: {} @@ -36,7 +36,7 @@ jobs: - name: Publish to codecov continue-on-error: true - if: matrix.os-name == "ubuntu-latest" && always() + if: matrix.os-name == 'ubuntu-latest' && always() shell: bash run: |- curl --fail https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring \