mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
ci: only run action lint if action changed (#8598)
This commit is contained in:
5
.github/workflows/lint-actions.yml
vendored
5
.github/workflows/lint-actions.yml
vendored
@ -1,9 +1,12 @@
|
||||
name: Lint GitHub Actions workflows
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/**'
|
||||
merge_group:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
actionlint:
|
||||
|
||||
Reference in New Issue
Block a user