@@ -3,6 +3,7 @@ name: Debug build
on:
push:
branches:
+ - stable-next
- main-next
- dev-next
paths-ignore:
@@ -11,6 +12,7 @@ on:
- '!.github/workflows/debug.yml'
pull_request:
@@ -3,6 +3,7 @@ name: Lint
- '!.github/workflows/lint.yml'
@@ -34,4 +36,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
- version: latest
+ version: latest
+ args: --timeout=30m
+ install-mode: binary