diff --git a/.github/workflows/openaev-auto-label.yml b/.github/workflows/openaev-auto-label.yml index bf32809..63849af 100644 --- a/.github/workflows/openaev-auto-label.yml +++ b/.github/workflows/openaev-auto-label.yml @@ -1,7 +1,7 @@ name: "[OpenAEV] Auto Label" on: pull_request_target: - branches: [main, release/current] + branches: [main] types: [opened, reopened] permissions: contents: read diff --git a/.github/workflows/openaev-check-signed-commit.yml b/.github/workflows/openaev-check-signed-commit.yml index 4903484..794aa34 100644 --- a/.github/workflows/openaev-check-signed-commit.yml +++ b/.github/workflows/openaev-check-signed-commit.yml @@ -1,7 +1,7 @@ name: "[OpenAEV] Check Signed Commits in PR" on: pull_request_target: - branches: [main, release/current] + branches: [main] permissions: contents: read pull-requests: write diff --git a/.github/workflows/openaev-validate-pr-title.yml b/.github/workflows/openaev-validate-pr-title.yml index a9c2971..b2e0189 100644 --- a/.github/workflows/openaev-validate-pr-title.yml +++ b/.github/workflows/openaev-validate-pr-title.yml @@ -1,7 +1,7 @@ name: "[OpenAEV] Validate PR title Worker" on: pull_request: - branches: [main, release/current] + branches: [main] types: [opened, edited, reopened, ready_for_review, synchronize] permissions: contents: read