Skip to content

Commit

Permalink
Merge pull request #390 from nathan-weinberg/ci-fix
Browse files Browse the repository at this point in the history
fix: missing regex from actionlint action
  • Loading branch information
mergify[bot] authored Nov 15, 2024
2 parents 4e90549 + 227b70d commit d382166
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 d382166

Please sign in to comment.