Skip to content

Commit

Permalink
Add support/6.x branch to CI config, so related activity prompts a bu…
Browse files Browse the repository at this point in the history
…ild and test cycle. (#2673)
  • Loading branch information
smallsaucepan authored Aug 6, 2024
1 parent 4bc0c82 commit 15e1449
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/turf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15e1449

Please sign in to comment.