Skip to content

Commit 0de2d7b

Browse files
committed
Trigger CI on push and manual dispatch
Enable CI on push to main and release branches Add manual trigger support Signed-off-by: Kushal Pal <kushpal@qti.qualcomm.com>
1 parent 707b340 commit 0de2d7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI
22

33
on:
4+
push: # trigger CI on push to main and release branches
5+
branches:
6+
- main
7+
- release/21.x
8+
workflow_dispatch: # allows manual trigger from github UI
49
pull_request:
510
paths-ignore:
611
- '.github/workflows/sanitize.yml'

0 commit comments

Comments
 (0)