Skip to content

Commit feffddf

Browse files
committed
GitOps Cleanup
1 parent 768efa5 commit feffddf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11

2-
name: Lint, Build, Tests
2+
name: Continuous Integration
33
on:
44
push:
55
branches:
66
- main
77
pull_request:
88
types: [opened, reopened, synchronize]
99
jobs:
10-
build:
10+
build-and-test:
11+
name: "Build & Test"
1112
runs-on: ubuntu-latest
1213
strategy:
1314
matrix:

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Build and releases NPM Package
1+
name: Build and Releases NPM Package
22
on:
33
push:
44
tags:
55
- "*"
66
jobs:
77
build-and-publish:
8+
name: "Build & Publish"
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)