Skip to content

Commit

Permalink
Workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
dissoupov committed Jun 23, 2021
1 parent 46d6096 commit 0406074
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build

on: [pull_request,push]
on:
push:
branches:
- main
- master
tags:
- 'v*'
pull_request:

jobs:

Expand Down Expand Up @@ -44,7 +51,7 @@ jobs:
run: make gen_test_certs build covtest

- name: coveralls
if: github.event_name == 'pull_request'
#if: github.event_name == 'pull_request'
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make coveralls-github

0 comments on commit 0406074

Please sign in to comment.