Skip to content

Commit

Permalink
Fix unknown badge bug (#172)
Browse files Browse the repository at this point in the history
Added running tests on push to develop
branch in order for the codecov badge
in the README to work correctly.

[ committed by @EricGustin ]
[ reviewed by @ben-albrecht ]
  • Loading branch information
EricGustin authored Mar 16, 2022
1 parent 187654d commit d59cd2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: run-tests

on: pull_request
on:
pull_request:
push:
branches:
- develop

env:
HOMEBREW_NO_ANALYTICS: "ON" # Make Homebrew installation a little quicker
Expand Down

0 comments on commit d59cd2e

Please # to comment.