Skip to content

Commit

Permalink
only trigger testing on some paths changed
Browse files Browse the repository at this point in the history
  • Loading branch information
indooorsman committed Feb 16, 2022
1 parent 08ba5fb commit d7c9f46
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: Test
name: test

on:
push:
paths:
- "**.js"
- "**.jsx"
- "package.json"
branches:
- main
pull_request:
paths:
- "**.js"
- "**.jsx"
- "package.json"
branches:
- main
workflow_dispatch:
- main
workflow_dispatch:

jobs:
run-test:
Expand Down

0 comments on commit d7c9f46

Please sign in to comment.