Skip to content

Commit

Permalink
workflows/actionlint: run on push to master too
Browse files Browse the repository at this point in the history
Most of our repos still use a `master` branch as default.
  • Loading branch information
carlocab committed Oct 31, 2024
1 parent c4dc5ee commit 56be321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- master
paths:
- '.github/workflows/*.ya?ml'
pull_request:
Expand Down

0 comments on commit 56be321

Please sign in to comment.