Skip to content

Commit

Permalink
build: swap CircleCI with GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Oct 14, 2021
1 parent 948b042 commit 111ba50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .circleci/config.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [workflow_dispatch]
on:
push:
branches:
- master
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -29,5 +33,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
dry_run: true
verbose: true

0 comments on commit 111ba50

Please sign in to comment.