From be5e8c12ce0e8302b578d61dc28db04788ba85b9 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:50:19 +0100 Subject: [PATCH] better model --- .github/workflows/MLPipelinePullRequest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 66f99cc..1a1f100 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -2,7 +2,8 @@ name: Build and test model using a dummy prediction pipeline on: push: - branches: [ "model" ] + branches: + - "model-**" pull_request: branches: [ "master" ]