Skip to content

Commit

Permalink
ci: rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Nov 8, 2024
1 parent 3c9b6e4 commit 6ae0ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: lint
name: Linting

on: # yamllint disable-line rule:truthy
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Release & Build
name: Release

on:
workflow_dispatch:
Expand Down

0 comments on commit 6ae0ea0

Please sign in to comment.