Skip to content

Commit

Permalink
ci: only run linting when it is useful
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 17, 2024
1 parent 03d8951 commit 9718d66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Lint

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
- antora-playbook.yaml
- 'doc_site/**'
- 'man/**'

jobs:
lint-shell:
Expand Down

0 comments on commit 9718d66

Please sign in to comment.