Skip to content

Commit

Permalink
ignore .md and docs (#4077)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTheGreek authored May 21, 2021
1 parent 49b0130 commit 1ed3c68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ on:
- "1.x"
tags:
- v1*
paths-ignore:
- "docs/**"
- "assets/**"
- "**.md"
pull_request:
branches:
- "1.x"
types: [opened, reopened, synchronize]
paths-ignore:
- "docs/**"
- "assets/**"
- "**.md"
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ed3c68

Please sign in to comment.