summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-20 10:17:39 +0300
committerValery Piashchynski <[email protected]>2021-03-20 10:17:39 +0300
commit2135ffe76118df96be053335484dafc938f46ee9 (patch)
treeb2fb3be43e0c396ff946bf8ca991dcc1e91be83b /.github
parentfdd1585b4f9423933b380aba0d0950ce7abfcb49 (diff)
- Update CHANGELOG
- Fix linters CI Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index a2294ed9..79e00f9b 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -1,14 +1,6 @@
name: Linters
-on:
- push:
- pull_request:
- branches:
- # Branches from forks have the form 'user:branch-name' so we only run
- # this job on pull_request events for branches that look like fork
- # branches. Without this we would end up running this job twice for non
- # forked PRs, once for the push and then once for opening the PR.
- - "**:**"
+on: [push, pull_request]
jobs:
golangci-lint: