Skip to content

Commit

Permalink
ci: optimize test triggers to specific files (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-Pareek authored Oct 31, 2024
1 parent 79cad39 commit f025400
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@ on:
push:
branches:
- main
paths:
- '*.mjs'
- '*.js'
- '*.ts'
- '.github/workflows/*.yml'
- 'package.json'
- 'tsconfig.json'
pull_request:
branches:
- main
paths:
- '*.mjs'
- '*.js'
- '*.ts'
- '.github/workflows/*.yml'
- 'package.json'
- 'tsconfig.json'

jobs:
build:
Expand Down

0 comments on commit f025400

Please sign in to comment.