From 174a591791256c0db03646148850fed50aa1e784 Mon Sep 17 00:00:00 2001 From: Max Lobur Date: Sat, 20 May 2023 20:44:18 +0300 Subject: [PATCH] Ignore README md and yaml for releases (#349) --- templates/terraform/.github/workflows/release-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/terraform/.github/workflows/release-branch.yml b/templates/terraform/.github/workflows/release-branch.yml index 3f8fe623..b30901ea 100644 --- a/templates/terraform/.github/workflows/release-branch.yml +++ b/templates/terraform/.github/workflows/release-branch.yml @@ -10,6 +10,7 @@ on: - 'docs/**' - 'examples/**' - 'test/**' + - 'README.*' permissions: contents: write