diff --git a/.github/workflows/test-integration-erigon.yml b/.github/workflows/test-integration-erigon.yml index 47e30c778ee..48523f7d58f 100644 --- a/.github/workflows/test-integration-erigon.yml +++ b/.github/workflows/test-integration-erigon.yml @@ -2,17 +2,16 @@ name: Integration tests - ERIGON on: push: branches: - - test-integration-michele -# - main -# - 'release/**' -# pull_request: -# branches: -# - main -# types: -# - opened -# - reopened -# - synchronize -# - ready_for_review + - main + - 'release/**' + pull_request: + branches: + - main + types: + - opened + - reopened + - synchronize + - ready_for_review schedule: - cron: '20 16 * * *' # daily at 16:20 UTC workflow_dispatch: