Skip to content

Commit

Permalink
Exclude documentation from CI workflow (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic authored Aug 17, 2021
1 parent fcf10ee commit a7804f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: CI
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
Expand Down

0 comments on commit a7804f7

Please sign in to comment.