Skip to content

Commit 07f2497

Browse files
Update lint workflow to include dev branch
1 parent 08970db commit 07f2497

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- "main"
77
pull_request:
88
branches:
9-
- ["main", "dev"]
9+
- "main"
10+
- "dev"
1011

1112
jobs:
1213
gofmt:

0 commit comments

Comments
 (0)