Skip to content

Commit

Permalink
revert github yaml to master
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Jun 13, 2022
1 parent 7e7f66b commit c33373a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Test
on:
push:
branches:
- master
pull_request:

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
Expand All @@ -24,5 +19,6 @@ jobs:

- name: push coverage
uses: shogo82148/actions-goveralls@v1
if: ${{ github.base_ref == 'master' }}
with:
path-to-profile: coverage.out

0 comments on commit c33373a

Please sign in to comment.