Skip to content

Commit

Permalink
Merge pull request #855 from lidofinance/fix/master-coverage
Browse files Browse the repository at this point in the history
ci: fix master coverage
  • Loading branch information
TheDZhon authored Oct 11, 2024
2 parents 4c8523d + f3ba285 commit f13e1b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Coverage

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

jobs:
coverage:
Expand Down

0 comments on commit f13e1b6

Please sign in to comment.