From af0692a2ca20e1544225afda6cf6b1226dce635b Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Fri, 30 Apr 2021 14:47:12 +0200 Subject: [PATCH] Run model templates on master (#11527) --- .github/workflows/model-templates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/model-templates.yml b/.github/workflows/model-templates.yml index 51b648cbd0..88a7c6ecee 100644 --- a/.github/workflows/model-templates.yml +++ b/.github/workflows/model-templates.yml @@ -1,6 +1,9 @@ name: Model templates runner on: + push: + branches: + - master pull_request: paths: - "src/**"