Skip to content

Commit

Permalink
Merge branch 'main' into ud/evm
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine authored Apr 27, 2024
2 parents 31bb3bb + ae20488 commit 70ef06f
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 70ef06f

Please sign in to comment.