From f86bdc1f8448dcdc9cabf76b1a6b0da0f5bce343 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 24 Jun 2024 15:57:37 -0400 Subject: [PATCH] Add yaml to triggers --- .github/workflows/regression.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 8d22c8f01..1294e342a 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -8,6 +8,8 @@ on: - '**/*.py' - '**/*.ini' - '**/*.toml' + - '**/*.yml' + - '**/*.yaml' push: branches: [ master ] paths: @@ -15,6 +17,8 @@ on: - '**/*.py' - '**/*.ini' - '**/*.toml' + - '**/*.yml' + - '**/*.yaml' jobs: tox-matrix: