From 0cf73d5671159f0f70af936fdee8533033bd0366 Mon Sep 17 00:00:00 2001 From: danijelTxFusion Date: Thu, 29 Feb 2024 20:25:27 +0100 Subject: [PATCH] ci: fix paths --- .github/workflows/go.yml | 2 +- .github/workflows/js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb38d7e..e4a518f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ on: pull_request: branches: [main] types: [ opened, reopened, synchronize ] - paths: [go] + paths: [ "go/**" ] permissions: contents: read # for checkout diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 77364f3..53aa196 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -4,7 +4,7 @@ on: pull_request: branches: [main] types: [ opened, reopened, synchronize ] - paths: [js] + paths: [ "js/**" ] permissions: contents: read # for checkout