diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3de661..d4fcbcda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,16 @@ name: Test cucumber-core on: push: - + branches: + - main + - renovate/** + pull_request: + branches: + - main + workflow_call: schedule: - cron: "0 5 * * *" - workflow_call: - jobs: test: strategy: