Skip to content

Commit

Permalink
fix: missing regex from actionlint action
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Weinberg <[email protected]>
(cherry picked from commit 227b70d)
  • Loading branch information
nathan-weinberg authored and mergify[bot] committed Nov 15, 2024
1 parent b58f904 commit dcec443
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 @@ -7,12 +7,14 @@ on:
- "main"
- "release-**"
paths:
- '.github/actions/*.ya?ml'
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*' # This workflow
pull_request:
branches:
- "main"
paths:
- '.github/actions/*.ya?ml'
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*' # This workflow

Expand Down

0 comments on commit dcec443

Please sign in to comment.