Skip to content

Commit 059033e

Browse files
Adding updated test.yml for CI/CD workflow
1 parent 6946962 commit 059033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Pipeline
33
# Trigger on push or pull request to the main branch or your feature branch
44
on:
55
push:
6-
branches: [ "main", "feat/mlops-pipeline" ]
6+
branches: [ "main", "feat/mlops-pipeline-addition" ]
77
pull_request:
88
branches: [ "main" ]
99

0 commit comments

Comments
 (0)