Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 59bb979

Browse files
author
Thomas Kosiewski
committed
Run lint action on main branch push
Signed-off-by: Thomas Kosiewski <thomas.kosiewski@loft.sh>
1 parent 46545ff commit 59bb979

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Lint
33
on:
44
release:
55
types: [created]
6+
push:
7+
branches:
8+
- main
9+
paths:
10+
- "**.go"
611
pull_request:
712
branches:
813
- main

0 commit comments

Comments
 (0)