ci: only run action lint if action changed (#8598)

This commit is contained in:
Oliver
2024-06-04 20:16:15 +02:00
committed by GitHub
parent a1d7b870dd
commit d59fcf5ee2

View File

@ -1,9 +1,12 @@
name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- '.github/**'
merge_group:
push:
branches: [main]
paths:
- '.github/**'
jobs:
actionlint: