Skip to content

Commit

Permalink
fix: renames workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Sep 14, 2022
1 parent 1a359cc commit 9495a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Node.js
name: CI

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
build:
Expand All @@ -28,7 +25,7 @@ jobs:
run: npm run lint
- name: Build
run: npm run build

test:
runs-on: ${{ matrix.os }}
name: Test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Releases
name: CD

on:
push:
tags:
- "v*.*.*"
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 9495a8f

Please # to comment.