Skip to content

Commit

Permalink
Don't check formatting when documentation has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jul 18, 2020
1 parent ffdf5a1 commit 3942749
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Check formatting

on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'

jobs:
build:
Expand Down

0 comments on commit 3942749

Please sign in to comment.