From a629482a20e6b01aa215799e77dabe31cdf7ca76 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 10 Mar 2025 19:53:26 +0900 Subject: [PATCH] Change the ci names --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b640bf..5e4c777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,15 @@ -name: CI -run-name: ${{ github.actor}} runs CI +name: JavaScriptUtilsVitest +run-name: ${{ github.actor}} runs vitest checks # on: +# push: +# branches: +# - main # pull_request: # branches: # - main +# - staging +# - development on: [push]