From acc7f606740db10c863879d7510d702093b1582a Mon Sep 17 00:00:00 2001 From: Sgilgen <47433493+SylivanKenobi@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:27:09 +0100 Subject: [PATCH] Rename github actions --- .github/workflows/2024.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/2024.yml b/.github/workflows/2024.yml index 1427303..eeb4a80 100644 --- a/.github/workflows/2024.yml +++ b/.github/workflows/2024.yml @@ -1,12 +1,11 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: "2024" defaults: run: working-directory: "2024" - on: push: branches: '**'