We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768efa5 commit feffddfCopy full SHA for feffddf
.github/workflows/ci.yaml
@@ -1,13 +1,14 @@
1
2
-name: Lint, Build, Tests
+name: Continuous Integration
3
on:
4
push:
5
branches:
6
- main
7
pull_request:
8
types: [opened, reopened, synchronize]
9
jobs:
10
- build:
+ build-and-test:
11
+ name: "Build & Test"
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
.github/workflows/release.yaml
@@ -1,10 +1,11 @@
-name: Build and releases NPM Package
+name: Build and Releases NPM Package
tags:
- "*"
build-and-publish:
+ name: "Build & Publish"
steps:
- uses: actions/checkout@v2
0 commit comments