Skip to content

Commit fbb721b

Browse files
committed
Update rust ci.
1 parent 59eaec0 commit fbb721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Release Rust Port
5050
runs-on: ubuntu-latest
5151
needs: test
52-
if: ${{ github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request' }}
52+
if: ${{ github.event_name != 'pull_request' }}
5353
steps:
5454
- name: Check out the repo
5555
uses: actions/checkout@v4

0 commit comments

Comments
 (0)