Skip to content

Commit 1e69d3c

Browse files
committed
pipelines
1 parent fd366e6 commit 1e69d3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Logitar.js
1+
name: Build Logitar Validation.js
22

33
on:
44
push:
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
name: Build Logitar.js
14+
name: Build Logitar Validation.js
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Repository

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Logitar.js NPM package
1+
name: Publish Logitar Validation.js NPM package
22

33
on:
44
release:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: Publish Logitar.js NPM package
10+
name: Publish Logitar Validation.js NPM package
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository

0 commit comments

Comments
 (0)