From f21c3dbe881191bf734a80a0afb7247084a53600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20M=C3=B3r=C3=A1sz?= Date: Thu, 12 Oct 2023 15:11:24 +0200 Subject: [PATCH] Update ci.yml rename workflow --- .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 972438d..5b1a134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: NodeJS with Webpack +name: CI compile & test & build on: push: @@ -7,7 +7,7 @@ on: branches: [ "main" ] jobs: - build: + ci: runs-on: ubuntu-latest strategy: