diff --git a/.github/workflows/full-help-docs.yml b/.github/workflows/full-help-docs.yml index 335f9360b..6076189c1 100644 --- a/.github/workflows/full-help-docs.yml +++ b/.github/workflows/full-help-docs.yml @@ -1,6 +1,9 @@ name: CLI Help Doc -on: [push, pull_request] +on: + push: + branches: [main, release/**] + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}