diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f46ee9..80b06f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ on: pull_request: branches: - main + - 'release/*' defaults: run: diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 11122c4..a252d2e 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - 'release/*' types: [ closed ] defaults: