Skip to content

Commit

Permalink
Run tests on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kluevandrew committed Nov 30, 2022
1 parent 9cb8b09 commit 1daa172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Unit tests

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit 1daa172

Please sign in to comment.