[CI-only] Run builds on pushes to main and the release branches (#14630)
This commit is contained in:
parent
27a992f617
commit
23030fa77b
|
@ -3,7 +3,8 @@ name: build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- main
|
||||
- release/**
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
build-ref:
|
||||
|
|
Loading…
Reference in New Issue