Skip to content

Commit 6220e98

Browse files
authored
chore(ci): rename workflows for consistency (ci->build, release->publish) (#19)
1 parent cb76cc1 commit 6220e98

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: CI
1+
name: Build
22

33
on:
44
push:
55
branches: [main]
66
paths:
77
- 'src/**'
88
- 'samples/**'
9-
- '.github/workflows/ci.yml'
9+
- '.github/workflows/build.yml'
1010
pull_request:
1111
branches: [main]
1212
paths:
1313
- 'src/**'
1414
- 'samples/**'
15-
- '.github/workflows/ci.yml'
15+
- '.github/workflows/build.yml'
1616

1717
jobs:
1818
build:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Publish
22

33
on:
44
push:

0 commit comments

Comments
 (0)