Skip to content

Commit

Permalink
ci: publish coverage on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Apr 27, 2024
1 parent 072de03 commit ae20488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch: # Runs on manual calls
schedule:
- cron: "0 0 * * *" # Runs automatically every day
push:
branches: ["main"]
pull_request:
# paths makes the action run only when the given paths are changed
paths: ["**.go", "**.proto", "go.mod", "go.sum", "**go.mod", "**go.sum"]
Expand Down

0 comments on commit ae20488

Please sign in to comment.