Skip to content

Commit

Permalink
Don't run CI on markdown changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Waelthus committed Jun 16, 2023
1 parent 487e1b3 commit 2d7e19c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Pylint

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

jobs:
build:
Expand Down

0 comments on commit 2d7e19c

Please sign in to comment.