Skip to content

Commit

Permalink
Merge pull request #89 from rzyu45/main
Browse files Browse the repository at this point in the history
test
  • Loading branch information
rzyu45 authored Jul 31, 2024
2 parents 8377bab + 32f58f3 commit 9b4853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
if: github.repository == 'smallbunnies/Solverz' &&(github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
Expand Down

0 comments on commit 9b4853e

Please sign in to comment.