Skip to content

Commit

Permalink
remove path-based trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Feb 13, 2024
1 parent 5ce7db3 commit eb632cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: TypeScript
on:
push:
branches: [ "main" ]
paths: [ "typescript/**" ]
pull_request:
branches: [ "main" ]
paths: [ "typescript/**" ]

defaults:
run:
Expand Down

0 comments on commit eb632cd

Please sign in to comment.