Skip to content

Commit

Permalink
Ignore paths before running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Oct 24, 2023
1 parent d194a22 commit 4d58ce5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
---
name: Node CI

on: [push, pull_request]
on:
push:
paths-ignore: &ignore
- '**/*.md'
- '**/*.asciidoc'
- '**/*.txt'
- 'docs/**'
- '.ci/**'
- '.buildkite/**'
- 'scripts/**'
- 'catalog-info.yaml'
pull_request:
paths-ignore: *ignore

jobs:
test:
Expand Down

0 comments on commit 4d58ce5

Please sign in to comment.