Skip to content

Commit

Permalink
Use 'paths-ignore' instead of 'paths' filter in test workflow (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Aug 22, 2022
1 parent 7f526cc commit 71e1c56
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/test.yml
Expand Up @@ -4,23 +4,13 @@ on:
push:
branches:
- main
paths:
- '**.m?js'
- '**.ts'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- '.github/workflows/test.yml'
paths-ignore:
- README.md
pull_request:
branches:
- main
paths:
- '**.m?js'
- '**.ts'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- '.github/workflows/test.yml'
paths-ignore:
- README.md

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 71e1c56

Please sign in to comment.