Skip to content

Commit

Permalink
Run unit tests on master for code coverage reports (#8594)
Browse files Browse the repository at this point in the history
* Run unit tests on master for code coverage reports

* Only build on master
  • Loading branch information
RoiEXLab authored Jan 6, 2021
1 parent 315460c commit 5d6c93a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Unit Tests
on: pull_request
on:
push:
branches: master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d6c93a

Please sign in to comment.