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
|
name: JavaScriptUtilsVitest
|
||||||
run-name: ${{ github.actor}} runs CI
|
run-name: ${{ github.actor}} runs vitest checks
|
||||||
|
|
||||||
# on:
|
# on:
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - main
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# branches:
|
# branches:
|
||||||
# - main
|
# - main
|
||||||
|
# - staging
|
||||||
|
# - development
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user