Skip to content

Commit 9514a28

Browse files
authored
fix: run coverage only on main and tags (#261)
1 parent 05fbd3d commit 9514a28

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: coverage
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
12+
413
jobs:
514
test:
615
name: coverage

0 commit comments

Comments
 (0)