Skip to content

Commit

Permalink
Don't trigger tests on changes to docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Aug 2, 2023
1 parent 0555bc4 commit 91819b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/TagBot.yml'
- '.github/workflows/docs.yml'
- 'docs/*'
pull_request:
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/TagBot.yml'
- '.github/workflows/docs.yml'
- 'docs/*'

concurrency:
Expand Down

0 comments on commit 91819b6

Please sign in to comment.