From a23a2db35215a332508198c25069ed1ed6ca258b Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:35:12 +0100 Subject: [PATCH] Fix invalid YAML structure in push trigger Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .github/workflows/versioning.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 2f11264..1bb48ea 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -6,8 +6,9 @@ on: # yamllint disable-line rule:truthy push: branches: - main - commit-message: - excludes: "[skip-versioning]" + paths-ignore: + - '**/VERSION' + - '**/VERSION_YAML' workflow_dispatch: inputs: update_stable: