Skip to content

Commit

Permalink
Enhance paths filter in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Aug 22, 2022
1 parent 1ee7e99 commit b74e7cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -5,12 +5,16 @@ on:
branches:
- main
paths-ignore:
- README.md
- '**.md'
- '**.ya?ml'
- '!.github/workflows/test.yml'
pull_request:
branches:
- main
paths-ignore:
- README.md
- '**.md'
- '**.ya?ml'
- '!.github/workflows/test.yml'

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

0 comments on commit b74e7cf

Please sign in to comment.