We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eaec0 commit fbb721bCopy full SHA for fbb721b
.github/workflows/release-rust.yml
@@ -49,7 +49,7 @@ jobs:
49
name: Release Rust Port
50
runs-on: ubuntu-latest
51
needs: test
52
- if: ${{ github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request' }}
+ if: ${{ github.event_name != 'pull_request' }}
53
steps:
54
- name: Check out the repo
55
uses: actions/checkout@v4
0 commit comments