diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index 6e3ee190..e3d1f382 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -8,6 +8,7 @@ on: push: branches: [ "main", "release/**" ] paths: + - ".github/**/*.yml" - "**/*.py" - "**/*.feature" - "py.requirements/**" @@ -18,6 +19,7 @@ on: types: [opened, reopened, review_requested] branches: [ "main" ] paths: + - ".github/**/*.yml" - "**/*.py" - "**/*.feature" - "py.requirements/**" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24af4931..2190d852 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ on: push: branches: [ "main", "release/**" ] paths: + - ".github/**/*.yml" - "**/*.py" - "**/*.feature" - "py.requirements/**" @@ -18,6 +19,7 @@ on: types: [opened, reopened, review_requested] branches: [ "main" ] paths: + - ".github/**/*.yml" - "**/*.py" - "**/*.feature" - "py.requirements/**"