diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index fab33d34..20dd4ca6 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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: branches: + - stable-next - main-next - dev-next diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c81f4a64..05b36a1e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,6 +3,7 @@ name: Lint on: push: branches: + - stable-next - main-next - dev-next paths-ignore: @@ -11,6 +12,7 @@ on: - '!.github/workflows/lint.yml' pull_request: branches: + - stable-next - main-next - dev-next @@ -34,4 +36,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: latest \ No newline at end of file + version: latest + args: --timeout=30m + install-mode: binary \ No newline at end of file