Change the ci names
All checks were successful
JavaScriptUtilsVitest / ci-tests (push) Successful in 15s
All checks were successful
JavaScriptUtilsVitest / ci-tests (push) Successful in 15s
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user