Skip to content

Commit ae20488

Browse files
committed
ci: publish coverage on push to main
1 parent 072de03 commit ae20488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch: # Runs on manual calls
55
schedule:
66
- cron: "0 0 * * *" # Runs automatically every day
7+
push:
8+
branches: ["main"]
79
pull_request:
810
# paths makes the action run only when the given paths are changed
911
paths: ["**.go", "**.proto", "go.mod", "go.sum", "**go.mod", "**go.sum"]

0 commit comments

Comments
 (0)