Skip to content

Commit c01f337

Browse files
author
Jeevan Revaneppa Hirethanad
committed
CI trigger condition update
1 parent 932d25d commit c01f337

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: Continuous Integration for Machine Learning Applications
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
- feature/*
7+
tags:
8+
- v*
9+
pull_request:
10+
branches:
11+
- main
12+
- feature/*
13+
workflow_dispatch:
314

415
permissions:
516
id-token: write

0 commit comments

Comments
 (0)