Skip to content

Commit

Permalink
skip some workflows when only docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jan 24, 2021
1 parent 540a1ae commit 6f073a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- master
- develop
- beta/*
paths-ignore:
- 'doc/**'
- '.ci/**'
- '*.rst'

jobs:
coverage:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
workflow_dispatch:
push:
branches:
- beta/*
- master
- beta/*
- master
paths-ignore:
- 'doc/**'
- '*.rst'
release:
types: [published]

Expand Down

0 comments on commit 6f073a1

Please sign in to comment.