Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 5a63ff0

Browse files
committed
fix: wrong names in CI & CD pipelines
1 parent 0e3eb0b commit 5a63ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD
1+
name: CD
22
on:
33
release:
44
types: [released]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD
1+
name: CI
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)