Skip to content

Commit cf9231b

Browse files
committed
Update github workflows add on pull request to branch main
1 parent 29d6419 commit cf9231b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/mlflow-js.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: mlflow
22
on:
3-
push:
4-
paths:
5-
- '.github/workflows/**'
6-
- 'mlflow/**'
3+
pull_request:
4+
branches:
5+
- main
76

87
jobs:
98
build-and-test:

0 commit comments

Comments
 (0)