diff --git a/.github/workflows/macos.yaml b/.github/workflows/nix-build.yaml similarity index 96% rename from .github/workflows/macos.yaml rename to .github/workflows/nix-build.yaml index 3ff60e84..b1a463eb 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/nix-build.yaml @@ -1,4 +1,4 @@ -name: MacOS Build +name: Nix Build on: push: tags: @@ -8,7 +8,7 @@ on: - main jobs: - test-contracts: + nix-build: name: Build Nix dependencies strategy: fail-fast: false