From 1c35f366feb0871a2d38c708968549863a24a555 Mon Sep 17 00:00:00 2001 From: Alistair Israel Date: Sat, 29 Jun 2024 22:49:37 -0400 Subject: [PATCH] Fixing Trunk errors --- .github/workflows/tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9ecad1..1cf30d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,17 +1,17 @@ name: Tests + on: push: branches: - - '**' + - "**" paths: - - "src/**" - - "Cargo.*" - - "test/**" - - "features/**" - - "Gemfile" - - "Gemfile.lock" - - ".ruby*" - - ".github/workflows/tests.yml" + - src/** + - Cargo.* + - tests/** + - features/** + - .github/workflows/tests.yml + +permissions: read-all jobs: test: