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