Skip to content

Commit 0272ca3

Browse files
author
Jeevan Revaneppa Hirethanad
committed
CI trigger condition update
1 parent f7ed6ba commit 0272ca3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: Continuous Integration for Machine Learning Applications
2-
on: [push]
3-
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:
14+
415
permissions:
516
id-token: write
617
contents: read

0 commit comments

Comments
 (0)