From 99bc244e36a908cddc88af61dbdfb669a83057d8 Mon Sep 17 00:00:00 2001 From: cihandeniz Date: Mon, 28 Oct 2024 12:43:46 +0300 Subject: [PATCH] fix naming and wildcard in workflow files --- .../{docs-regular-checks.yml => regular-checks-docs.yml} | 4 ++-- ...roject-regular-checks.yml => regular-checks-project.yml} | 6 +++--- ...amples-regular-checks.yml => regular-checks-samples.yml} | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{docs-regular-checks.yml => regular-checks-docs.yml} (90%) rename .github/workflows/{project-regular-checks.yml => regular-checks-project.yml} (98%) rename .github/workflows/{samples-regular-checks.yml => regular-checks-samples.yml} (94%) diff --git a/.github/workflows/docs-regular-checks.yml b/.github/workflows/regular-checks-docs.yml similarity index 90% rename from .github/workflows/docs-regular-checks.yml rename to .github/workflows/regular-checks-docs.yml index 6a22fea51..976a9f65a 100644 --- a/.github/workflows/docs-regular-checks.yml +++ b/.github/workflows/regular-checks-docs.yml @@ -1,11 +1,11 @@ -name: Docs - Regular Checks +name: Regular Checks - Docs on: pull_request: branches: - main - 'epic/**' paths: - - 'docs/**' + - 'docs/**/*' jobs: generate: name: Generate diff --git a/.github/workflows/project-regular-checks.yml b/.github/workflows/regular-checks-project.yml similarity index 98% rename from .github/workflows/project-regular-checks.yml rename to .github/workflows/regular-checks-project.yml index d683d9e99..b8c3ba71a 100644 --- a/.github/workflows/project-regular-checks.yml +++ b/.github/workflows/regular-checks-project.yml @@ -1,12 +1,12 @@ -name: Project - Regular Checks +name: Regular Checks - Project on: pull_request: branches: - main - 'epic/**' paths: - - 'src/**' - - 'test/**' + - 'src/**/*' + - 'test/**/*' - '.editorconfig' - 'Directory.Build.props' - 'Directory.Packages.props' diff --git a/.github/workflows/samples-regular-checks.yml b/.github/workflows/regular-checks-samples.yml similarity index 94% rename from .github/workflows/samples-regular-checks.yml rename to .github/workflows/regular-checks-samples.yml index 91962292d..e1198b62b 100644 --- a/.github/workflows/samples-regular-checks.yml +++ b/.github/workflows/regular-checks-samples.yml @@ -1,11 +1,11 @@ -name: Samples - Regular Checks +name: Regular Checks - Samples on: pull_request: branches: - main - 'epic/**' paths: - - "samples/**" + - "samples/**/*" jobs: prepare: name: Prepare