diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 590e1a53b..8b3d102ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: upload_dev_docs: name: "Upload dev documentation" - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest needs: [docs] steps: