From 734b20cc30f63aaf44804f20d3ace547e81b04a7 Mon Sep 17 00:00:00 2001 From: LemurPwned Date: Fri, 5 Jan 2024 21:38:42 +0100 Subject: [PATCH] changelog update and ignore on *.md and *.yaml files --- .github/workflows/python-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 48ed77e..f4431b4 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -7,8 +7,8 @@ on: push: branches: [ "master" ] paths-ignore: - - '*.yaml' - - '*.md' + - '**.yaml' + - '**.md' - 'docs/**' - 'examples/**' - LICENSE @@ -16,8 +16,8 @@ on: pull_request: branches: [ "master" ] paths-ignore: - - '*.yaml' - - '*.md' + - '**.yaml' + - '**.md' - 'docs/**' - 'examples/**' - LICENSE