Skip to content

Commit

Permalink
ci: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Feb 29, 2024
1 parent 6bd9894 commit b0d6c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main]
types: [ opened, reopened, synchronize ]
paths: [go]
paths: [ "go/**" ]

permissions:
contents: read # for checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run tests JS
name: JS
on:
workflow_dispatch:
pull_request:
branches: [main]
types: [ opened, reopened, synchronize ]
paths: [js]
paths: [ "js/**" ]

permissions:
contents: read # for checkout
Expand Down

0 comments on commit b0d6c67

Please sign in to comment.