Skip to content

Commit

Permalink
Clearer naming for "build" workflow
Browse files Browse the repository at this point in the history
Co-authored-by: Wryn (yage) Wagner <[email protected]>
  • Loading branch information
paescuj and wrynegade committed Aug 20, 2024
1 parent cb4ecc1 commit 06a9a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebuild.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rebuild
name: Build

on:
push:
Expand All @@ -9,8 +9,8 @@ permissions:
contents: write

jobs:
rebuild:
name: Rebuild
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 06a9a9a

Please sign in to comment.