diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2177fe4bbe..16130c3b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,6 +184,7 @@ jobs: env: FULL_CI: "${{ github.ref == 'refs/heads/master' + || startsWith(github.ref, 'refs/heads/release/') || contains(github.event.pull_request.labels.*.name, 'Trigger: Full-CI') }}"