]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : only trigger release jobs for tags (#3883)
authorDaniel Bevenius <redacted>
Tue, 16 Jun 2026 12:33:42 +0000 (14:33 +0200)
committerGitHub <redacted>
Tue, 16 Jun 2026 12:33:42 +0000 (14:33 +0200)
commit3805e602d3a3f80ca13211cb96900eae5aad4d1d
tree65a697e1b925dca38228becfa27aa249128943d8
parent48f628a84833905ee4a0658ee6d4a5c915ce1997
ci : only trigger release jobs for tags (#3883)

* ci : only trigger release jobs for tags

This commit removes the building of the release jobs on pushed to
master.

The motivation for this is that it can be confusing at the momement when
releasing that the push to master also triggers the release jobs but
the actual release will be skipped. With this change the release job is
only run when a tag is pushed which should result in a single Release
github actions job and make it easier to follow.

* ci : add GGML_NATIVE=OFF for ubuntu-22-gcc
.github/workflows/build-gcc.yml
.github/workflows/release.yml