Skip to content

Commit 600aa3d

Browse files
authored
Merge pull request #2180 from vprashar2929/ci-mk-change
ci: track Makefile changes in check-changes job
2 parents 847fca4 + fef4d10 commit 600aa3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- '**/*.go'
2323
- 'go.mod'
2424
- 'go.sum'
25+
- 'Makefile'
2526
fmt:
2627
needs: check-changes
2728
if: needs.check-changes.outputs.changes == 'true'

0 commit comments

Comments
 (0)