[CI] Run CI on 3.2 maintenance branch

This commit is contained in:
Ray Speth
2025-11-17 18:45:29 -05:00
parent 4a8358eb80
commit 0f16842858
+2 -2
View File
@@ -11,12 +11,12 @@ on:
- testing
# This workflow does not publish artifacts, so we can ignore the cache
# poisoning finding.
- "3.1" # zizmor: ignore[cache-poisoning]
- "3.2" # zizmor: ignore[cache-poisoning]
pull_request:
# Build when a pull request targets main or the maintenance branch
branches:
- main
- "3.1"
- "3.2"
permissions:
contents: read