From f5e55540e92dc953a11ad2158b1f3fcfbb1c8adc Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 13 Feb 2021 02:42:36 -0500 Subject: [PATCH] tests: run lint in the same way as build --- .github/workflows/lint.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 462e22648..2bc8a8937 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,13 @@ name: 'lint' # yamllint disable-line rule:truthy -on: [push, pull_request] +on: + pull_request: + branches: + - '*' + push: + branches: + - 'master' jobs: hadolint: