Skip to content

Commit

Permalink
add code coverage push on branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Mar 17, 2024
1 parent 8bf77c7 commit 0655b6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Code Coverage

on: [pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches: [master]

jobs:
checks:
Expand Down

0 comments on commit 0655b6e

Please sign in to comment.