Skip to content

Commit e5f2fe5

Browse files
committed
better naming of pipelines
1 parent b9ef0c4 commit e5f2fe5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
name: Build
16+
name: Build & Publish
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
name: Build
14+
name: Build & Release
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)