Skip to content

Commit 6e88be8

Browse files
committed
ci: enable ESLint for all branches
1 parent 37f1aff commit 6e88be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check building and linting
22

33
on:
44
push:
5-
branches-ignore: [ "main" ]
5+
branches: [ "**" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ "**" ]

0 commit comments

Comments
 (0)