Skip to content

Commit

Permalink
feat: Java SimulationWithTransactions
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarkhwar committed May 22, 2024
1 parent 02841d2 commit 0541fa1
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 @@ -28,7 +28,7 @@ jobs:
publish:
name: Publish Release
needs: [test]
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
# if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down

0 comments on commit 0541fa1

Please sign in to comment.