Skip to content

Commit 15058a4

Browse files
committed
[actions] always run linter action
1 parent b86c299 commit 15058a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ name: Lint Code Base
1515
# Start the job on all push #
1616
#############################
1717
on:
18-
push:
19-
branches-ignore: [main]
20-
# Remove the line above to run when pushing to main
21-
pull_request:
22-
branches: [main]
18+
[push, pull_request]
2319

2420
###############
2521
# Set the Job #

0 commit comments

Comments
 (0)