From df8a9f673cadf01eaf9625cb3bcd4860c80169af Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 18 Nov 2022 14:49:20 +0100 Subject: [PATCH] fix: gh actions --- .github/workflows/staging-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index b4ceb1465..fa6b09473 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -3,7 +3,7 @@ name: staging-release on: push: paths: - - '*' + - '**' - "!others/fluentbit" - "!.github/workflows/fluent-bit-release.yml" branches: