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