From d5dc0cc54307cd598884a6ece2a0759d94d495ef Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 28 Dec 2020 12:19:35 -0800 Subject: [PATCH] do not merge: remove later --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6cb55141aa..a534853106 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -6,7 +6,7 @@ jobs: upload: name: 'upload PR preview' runs-on: ubuntu-latest - if: ${{ github.repository == 'tc39/ecma262' }} + if: ${{ github.repository == 'tc39/ecma262' || github.repository == 'ljharb/ecma262' }} steps: - uses: actions/checkout@v2