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
on: [push,pull_request]
on: [pull_request]
jobs:
test_build:
strategy:

View File

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