Skip to content

Commit

Permalink
move src
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 24, 2024
1 parent d2d3e5c commit 752e8ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on:
push:
paths:
- '.github/workflows/bun.yml'
- 'tests/**'
- 'types/**'
- 'index.ts'
- 'package.json'
- 'pnpm-lock.yaml'
- 'tests/**'
- 'types/**'
pull_request:
paths:
- '.github/workflows/bun.yml'
- 'tests/**'
- 'types/**'
- 'index.ts'
- 'package.json'
- 'pnpm-lock.yaml'
- 'tests/**'
- 'types/**'
workflow_dispatch:

jobs:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ on:
push:
paths:
- '.github/workflows/deno.yml'
- 'tests/**'
- 'types/**'
- 'index.ts'
- 'jsr.json'
- 'package.json'
- 'pnpm-lock.yaml'
- 'tests/**'
- 'types/**'
pull_request:
paths:
- '.github/workflows/deno.yml'
- 'tests/**'
- 'types/**'
- 'index.ts'
- 'jsr.json'
- 'package.json'
- 'pnpm-lock.yaml'
- 'tests/**'
- 'types/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 752e8ef

Please sign in to comment.