diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ad6dcfe1..899ee3d9 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -2,7 +2,7 @@ name: Claude Code Review on: pull_request: - types: [opened, synchronize, ready_for_review, reopened] + types: [opened, synchronize, reopened, ready_for_review] # Optional: Only run on specific file changes # paths: # - "src/**/*.ts" diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index edbe098f..a0721c8a 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -8,6 +8,7 @@ on: required: false default: "default-feature-branch" pull_request: + types: [opened, synchronize, reopened, ready_for_review] env: TERM: xterm-256color diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4112aa06..6c9eaa89 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,7 +5,7 @@ on: branches: [master] pull_request: branches: [master] - + types: [opened, synchronize, reopened, ready_for_review] workflow_dispatch: concurrency: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 20a1a489..efa57683 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -4,7 +4,7 @@ on: push: branches: [master] pull_request: - + types: [opened, synchronize, reopened, ready_for_review] workflow_dispatch: concurrency: diff --git a/.github/workflows/validate-translations.yml b/.github/workflows/validate-translations.yml index fdeae66d..a83481cc 100644 --- a/.github/workflows/validate-translations.yml +++ b/.github/workflows/validate-translations.yml @@ -5,6 +5,7 @@ on: branches: [master] pull_request: branches: [master] + types: [opened, synchronize, reopened, ready_for_review] jobs: validate: