From 7f99ae85d0125a90efa9d78fd0414633320582e1 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sun, 24 Mar 2024 23:33:59 +0900 Subject: [PATCH] Only publish on main -- doh. --- .github/workflows/notebook_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook_ci.yaml b/.github/workflows/notebook_ci.yaml index 99b82dab..e7148e03 100644 --- a/.github/workflows/notebook_ci.yaml +++ b/.github/workflows/notebook_ci.yaml @@ -107,7 +107,7 @@ jobs: publish: needs: pytests runs-on: ubuntu-latest - # if: ${{ github.repository == 'qutip/qutip-tutorials' && github.ref == 'refs/heads/main' }} + if: ${{ github.repository == 'qutip/qutip-tutorials' && github.ref == 'refs/heads/main' }} steps: - uses: actions/checkout@v3 - uses: actions/download-artifact@v4