Skip to content

Commit 017c646

Browse files
committed
Fix workflow names
1 parent 9af9d95 commit 017c646

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull request
1+
name: On pull request
22

33
on:
44
pull_request:

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull request
1+
name: On push
22

33
on:
44
push:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish package to NPM Registry
1+
name: Publish
22

33
on:
44
push:

0 commit comments

Comments
 (0)