Skip to content

Commit

Permalink
Fix unit test workflow (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Oct 31, 2023
1 parent 84a93c2 commit dc7d603
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node CI

on:
push:
paths-ignore: &ignore
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
- '**/*.txt'
Expand All @@ -13,7 +13,15 @@ on:
- 'scripts/**'
- 'catalog-info.yaml'
pull_request:
paths-ignore: *ignore
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
- '**/*.txt'
- 'docs/**'
- '.ci/**'
- '.buildkite/**'
- 'scripts/**'
- 'catalog-info.yaml'

jobs:
test:
Expand Down

0 comments on commit dc7d603

Please sign in to comment.