diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index ca2efa188d..9c4b2364bc 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -2,9 +2,13 @@ name: CI build on: push: - branches: [master] + branches: + - master + - support/6.x pull_request: - branches: [master] + branches: + - master + - support/6.x permissions: contents: read