Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydubina authored Mar 21, 2024
1 parent 6a693c6 commit abe0d29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [main]

jobs:

Expand Down Expand Up @@ -31,4 +33,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.txt
verbose: true
verbose: true

0 comments on commit abe0d29

Please sign in to comment.