Skip to content

Commit

Permalink
ci: fix master coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Oct 10, 2024
1 parent 4c8523d commit a0f7945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Coverage

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

jobs:
coverage:
Expand Down

0 comments on commit a0f7945

Please sign in to comment.