Skip to content

Commit 828245e

Browse files
committed
add on section
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent b8a94ef commit 828245e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/go-test-coverage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Go test coverage check
22

33
runs-on: ubuntu-latest
44

5+
on:
6+
push:
7+
branches: [ main ]
8+
pull_request:
9+
branches: [ main ]
10+
511
steps:
612
- uses: actions/checkout@v3
713
- uses: actions/setup-go@v3

0 commit comments

Comments
 (0)