From 2d3e4cc832c1694ae805df467db283c2484904c9 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Wed, 22 Jun 2022 12:08:48 -0400 Subject: [PATCH] feat: promote the cleanroom rewrite to master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a427dd..8be85d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: deploy_pages: timeout-minutes: 10 - if: ${{ github.ref_type == 'branch' && github.ref == 'refs/heads/cleanroom' }} + if: ${{ github.ref_type == 'branch' && github.ref == 'refs/heads/master' }} name: "Deploy the HTML to GitHub Pages" runs-on: ubuntu-latest needs: build