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 b358de2 commit c8e3968Copy full SHA for c8e3968
.github/workflows/build.yml
@@ -1057,9 +1057,7 @@ jobs:
1057
./build/bin/quantize models/ggml-tiny.en.bin models/ggml-tiny.en-q4_0.bin q4_0
1058
1059
release:
1060
- if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
1061
- github.event.inputs.create_release == 'true' ||
1062
- github.event.inputs.pre_release_tag != '' }}
+ if: ${{ github.event.inputs.create_release == 'true' || github.event.inputs.pre_release_tag != '' }}
1063
1064
runs-on: ubuntu-latest
1065
0 commit comments