Skip to content

Commit

Permalink
Prevent running test suite on commits to /docs (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhaankar-Sharma authored Aug 21, 2021
1 parent 9d73c84 commit 1ce2c21
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
on: [push, pull_request]
on:
push:
branches: '**'
paths-ignore:
- 'docs/**'
pull_request:
branches: '**'
paths-ignore:
- 'docs/**'

name: Test
jobs:
test:
Expand Down

0 comments on commit 1ce2c21

Please sign in to comment.