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" ]