Enable CI workflow for hotfix and release branch PRs.

This commit is contained in:
Jade Welton
2025-11-06 09:37:35 -08:00
parent 6b150dbfa0
commit ff6fb32ad1

View File

@@ -8,6 +8,8 @@ on:
pull_request:
branches:
- master
- hotfix/**
- release/**
permissions:
id-token: write
contents: read