Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MRYingLEE authored Jun 15, 2024
1 parent 2bf4dbf commit ac16c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

deploy:
# only run on main branch
if: github.ref == 'refs/heads/main' && github.repository == 'jupyter-xeus/xeus-javascript'
if: github.ref == 'refs/heads/main' # && github.repository == 'jupyter-xeus/xeus-javascript'

# Add a dependency to the build job
needs: emscripten_wasm_build
Expand Down

0 comments on commit ac16c1f

Please sign in to comment.