Skip to content

Commit f0d2069

Browse files
author
Jeevan Revaneppa Hirethanad
committed
CI trigger on push
1 parent b476ee8 commit f0d2069

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)