Skip to content

Commit

Permalink
Update test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jul 14, 2023
1 parent c4c705e commit 71fd73f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test coverage report
on:
workflow_dispatch:
# push:
# tags:
# - v*
push:
branches:
- release/*

jobs:
unit-tests:
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 71fd73f

Please sign in to comment.