Skip to content

Commit

Permalink
Don't run the tests on documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Feb 28, 2021
1 parent e6eaad1 commit 61fd440
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -6,8 +6,16 @@ name: tests
on:
push:
branches: [ master ]
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'
pull_request:
branches: [ master ]
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'

jobs:
build:
Expand Down

0 comments on commit 61fd440

Please sign in to comment.