Skip to content

Commit

Permalink
Change name of CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Aug 20, 2024
1 parent f238a95 commit a600201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: CI
on:
push:
branches: [main]
Expand All @@ -15,7 +15,7 @@ concurrency: ${{ github.workflow }}--${{ github.ref }}

jobs:
main:
name: ${{matrix.node}}
name: Node.js LTS
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a600201

Please sign in to comment.