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 a958d63 commit 0cf73d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/js.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: [js]
paths: [ "js/**" ]

permissions:
contents: read # for checkout
Expand Down

0 comments on commit 0cf73d5

Please sign in to comment.