diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index 82a695165..53c25c018 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - ref: ${{ github.head_ref }} + ref: ${{ github.ref }} fetch-depth: 0 - name: Prettier