fix: reducing github actions (#215)

This commit is contained in:
shatoboar 2022-02-01 11:53:24 +01:00 committed by GitHub
parent b045865d6e
commit b339a9321a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: Test Build On Platforms name: Test Build On Platforms
on: [push,pull_request] on: [pull_request]
jobs: jobs:
test_build: test_build:
strategy: strategy:
@ -37,4 +37,4 @@ jobs:
- name: run build signal - name: run build signal
run: GOOS=${{ matrix.os }} go build . run: GOOS=${{ matrix.os }} go build .
working-directory: signal working-directory: signal

View File

@ -1,5 +1,5 @@
name: golangci-lint name: golangci-lint
on: [push,pull_request] on: [pull_request]
jobs: jobs:
golangci: golangci:
name: lint name: lint