diff --git a/.build.yml b/.build.yml index 912456b7..5b3f61c4 100644 --- a/.build.yml +++ b/.build.yml @@ -76,6 +76,10 @@ steps: kind: pipeline type: docker name: Test on Linux (x86_64) +trigger: + event: + exclude: + - tag steps: - name: Test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc9f4fee..55b857e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: artifact: x86_64-linux-gnu - rust: x86_64-unknown-linux-musl os: ubuntu-latest - artifact: x86_64-linux-gnu + artifact: x86_64-linux-musl - rust: x86_64-apple-darwin os: macos-latest artifact: x86_64-macos @@ -48,7 +48,7 @@ jobs: ~/.cargo/registry ~/.cargo/git target - key: ${{ matrix.rust }}-${{ hashFiles('**/lockfiles') }} + key: ${{ matrix.rust }}-${{ hashFiles('Cargo.lock') }} - name: Install Rust run: |