Skip to content

Commit

Permalink
.github/workflows: run actionlint.yml only on changes for pull requests
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 4, 2024
1 parent 1b0cbf8 commit 8719a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Workflows Linter

on:
pull_request:
paths:
- '.github/workflows/**.yml'
push:
branches:
- main
Expand Down

0 comments on commit 8719a9f

Please sign in to comment.