Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Nov 12, 2023
1 parent 6133e14 commit 4cb2d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "**" ]
workflow_call: {}
workflow_dispatch: {}

Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 4cb2d7d

Please sign in to comment.