From 45a79d467c0a70db86aca29385f92e893816ca7d Mon Sep 17 00:00:00 2001 From: jsirianni Date: Mon, 22 Jan 2024 16:51:21 -0500 Subject: [PATCH] latest --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 932daf2..87e3787 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,18 @@ bindplane get configuration -o yaml --export > configuration.yaml ### Workflow ```yaml -name: goreleaser +name: CI +# When raw config write back is configured, it is important +# to run this workflow only when changes to the resources +# are detected. This can prevent a CI infinite loop. on: - pull_request: push: + branches: + - main + paths: + - 'test/resources/**' + permissions: contents: write