Skip to content

Commit

Permalink
Ignore documentation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed May 6, 2020
1 parent 0dba5db commit ebe6528
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: CI
on:
push:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ebe6528

Please sign in to comment.