Skip to content

Commit

Permalink
Rename ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 19, 2024
1 parent f20f3d2 commit 4be15f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
run-name: "Build"
run-name: "Build and test"

on:
workflow_dispatch:
Expand All @@ -8,7 +8,6 @@ on:
- '**.md'

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4be15f2

Please sign in to comment.