From c6880939370c6c36dd9c55255ddd73aec64fc722 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Wed, 24 Apr 2024 14:26:44 -0400 Subject: [PATCH] Rename build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df74169e..effd2d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ -name: Test +name: Build on: [push] jobs: build: runs-on: ubuntu-latest - name: Build and Push + name: Build steps: - name: git-checkout uses: actions/checkout@v4