From 6048f05c11d5369c1e24f51cc90ff532d3054858 Mon Sep 17 00:00:00 2001 From: Carol Br Date: Mon, 9 Dec 2024 21:06:45 -0300 Subject: [PATCH] Update release workflow to exclude 'doc/' branches from triggering version job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 888dc63b..46f602a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ permissions: jobs: version: - if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.actor != 'github-actions[bot]' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.actor != 'github-actions[bot]' && !startsWith(github.ref_name, 'doc/') runs-on: ubuntu-latest outputs: