Skip to content

Commit

Permalink
feat: promote the cleanroom rewrite to master
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Jun 22, 2022
1 parent b1be999 commit 2d3e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d3e4cc

Please sign in to comment.