Skip to content

Commit

Permalink
ci: only run action lint if action changed (paradigmxyz#8598)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored and mw2000 committed Jun 5, 2024
1 parent f62b4df commit 418d36b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-actions.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- '.github/**'
merge_group:
push:
branches: [main]
paths:
- '.github/**'

jobs:
actionlint:
Expand Down

0 comments on commit 418d36b

Please sign in to comment.