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]