Skip to content

Commit

Permalink
Only lint pipelines when piplines change
Browse files Browse the repository at this point in the history
  • Loading branch information
braddle committed Oct 14, 2024
1 parent 837ceb2 commit a82d878
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Pipeline Linting

on:
push:
paths:
- .github/workflows/**
pull_request:
paths:
- .github/workflows/**

jobs:
lint:
Expand Down

0 comments on commit a82d878

Please # to comment.