Skip to content

Commit 0e835ef

Browse files
authored
chore(cicd): Change workflow names to more accurate ones (#95)
1 parent 0619c6c commit 0e835ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dispatch-feature-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Pull Request
1+
name: 'Dispatch: Feature PR Workflow'
22

33
on:
44
workflow_dispatch:

.github/workflows/feature-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Pull Request
1+
name: Feature PR Workflow
22

33
on:
44
pull_request:

.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 NPM Package
1+
name: 'Dispatch: Publish NPM Package'
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)