Skip to content

Commit

Permalink
ci: remove paths (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Feb 25, 2024
1 parent caaac5a commit 3c598b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ on:
pull_request:
branches:
- main
paths:
- specs/**/*.spec.ts
- src/**/*.ts
push:
branches:
- main
paths:
- specs/**/*.spec.ts
- src/**/*.ts

jobs:
eslint:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ on:
pull_request:
branches:
- main
paths:
- docs/**/*.md
push:
branches:
- main
paths:
- docs/**/*.md

jobs:
markdown:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/mocha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ on:
pull_request:
branches:
- main
paths:
- specs/**/*.spec.ts
- src/**/*.ts
push:
branches:
- main
paths:
- specs/**/*.spec.ts
- src/**/*.ts

jobs:
mocha:
Expand Down

0 comments on commit 3c598b4

Please sign in to comment.