From b5b16c962d30a7a4de648fea42a13bcec3b6944b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Gusm=C3=A3o?= Date: Tue, 16 Apr 2024 20:00:34 -0300 Subject: [PATCH] feat: add action to check bucket name --- .github/workflows/check-bucket-name.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bucket-name.yml b/.github/workflows/check-bucket-name.yml index 5294bf4a..5459ace0 100644 --- a/.github/workflows/check-bucket-name.yml +++ b/.github/workflows/check-bucket-name.yml @@ -18,7 +18,7 @@ jobs: uses: dorny/paths-filter@v2 with: filters: | - **/*.sql + src/**/*.sql