Skip to content

Commit

Permalink
fix(ci): Remove ./ from GitHub Actions workflows (#65)
Browse files Browse the repository at this point in the history
GitHub Actions probably doesn't recognize the syntax.
  • Loading branch information
5ouma committed Jun 4, 2024
1 parent 4a43330 commit f52e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- dev
paths:
- "**.ts"
- "./deno.lock"
- "deno.lock"
- ".github/workflows/test.yml"
pull_request:
paths:
- "**.ts"
- "./deno.lock"
- "deno.lock"
- ".github/workflows/test.yml"

jobs:
Expand Down

0 comments on commit f52e4e6

Please sign in to comment.