We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99111fb commit e2e4f63Copy full SHA for e2e4f63
1 file changed
.github/workflows/main.yml
@@ -57,7 +57,6 @@ jobs:
57
- name: Run tests
58
run: cargo test --verbose
59
- name: Build release binary
60
- if: startsWith(github.ref, 'refs/tags/')
61
run: cargo build --release --target ${{ matrix.target }}
62
63
- name: Package binary (Unix)
0 commit comments