From bf819c38044a57e0e327632709542c1f1e463c50 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 19 Apr 2021 18:00:45 -0700 Subject: [PATCH] Update linter.yml --- web/.github/workflows/linter.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index ec988be78..44741f222 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -1,9 +1,7 @@ name: linter # This action works with pull requests and pushes -on: - pull_request: - +on: [push, pull_request] jobs: prettier: runs-on: ubuntu-latest