Skip to content

Commit

Permalink
ci: skip shellcheck for docs commits
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Jan 18, 2022
1 parent 688eb46 commit edb8ff5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@ name: CI
on:
push:
branches: [master]
paths-ignore:
- '**.md'
- '**.png'
- '**.jpg'
- '**.svg'
- '**.yml'
pull_request:
branches: [master]
paths-ignore:
- '**.md'
- '**.png'
- '**.jpg'
- '**.svg'
- '**.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit edb8ff5

Please sign in to comment.