Skip to content

Commit

Permalink
Fix paths (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Mar 2, 2024
1 parent f2f8c8e commit 02dcdca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- src/**
- tests/**
- '*.json'
- '*.lock'
- action.yaml
- '*.yaml'
- .github/workflows/ts.yaml
push:
branches:
Expand All @@ -16,8 +15,7 @@ on:
- src/**
- tests/**
- '*.json'
- '*.lock'
- action.yaml
- '*.yaml'
- .github/workflows/ts.yaml

jobs:
Expand Down

0 comments on commit 02dcdca

Please sign in to comment.