Skip to content

Commit

Permalink
chore: add relevant files to paths-ignore in workflow (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
KushalBeniwal authored May 5, 2021
1 parent ca4728a commit ee009cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Lint Code and Run Tests
on:
pull_request:
branches: [develop]
paths-ignore:
- '**.md'
push:
branches: [develop]
paths-ignore:
- '**.md'

jobs:
lint:
Expand Down

0 comments on commit ee009cf

Please sign in to comment.