Skip to content

Commit

Permalink
Merge branch 'main' into ud/evm-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Apr 28, 2024
2 parents 4f28f8f + 29e2acd commit 433780d
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 433780d

Please sign in to comment.