From c5109b7daa8ca837542bfffa5091c3b4560c1131 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 19 Apr 2021 10:01:10 -0700 Subject: [PATCH] branch name is no longer supported in config --- web/.github/workflows/linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index 24c450f44..ec988be78 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -21,7 +21,6 @@ jobs: with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,tsx,jsx,css,scss} - branch: ${{ github.ref }} only_changed: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}