ci: remove 'master' branch as a trigger (#6234)

This change removes the `master` branch as a trigger for the CI pipelines, and updates comments accordingly. It also fixes the pre-commit workflow, so it will run on all release branches.
This commit is contained in:
Bart
2026-01-16 15:01:53 -05:00
committed by GitHub
parent 00d3cee6cc
commit 12c0d67ff6
4 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,9 @@ name: Run pre-commit hooks
on:
pull_request:
push:
branches: [develop, release, master]
branches:
- "develop"
- "release*"
workflow_dispatch:
jobs: