Skip to content

Commit 0985e87

Browse files
authored
Merge pull request pret#508 from adrienntindall/linter
Fix branch name discrepency in pr-lint.yml
2 parents f45f4fd + d5be133 commit 0985e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pr-lint
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [master]
55
paths: ['**.c', '**.h']
66
workflow_dispatch: {}
77

0 commit comments

Comments
 (0)