Add full-ci branch trigger (#16980)

Allow branches to trigger full ci (helpful to run remote tests)
This commit is contained in:
pakrym-oai
2026-04-07 11:33:35 -07:00
committed by GitHub
parent 8a13f82204
commit 470b3592e6
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- main
- "**full-ci**"
workflow_dispatch:
# CI builds in debug (dev) for faster signal.