Skip to content

Commit

Permalink
fix: Update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagenic committed Feb 28, 2024
1 parent c976557 commit 7ecd396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Inky Calendar
name: Build & Test
on:
push:
branches: [ main ]
Expand All @@ -10,7 +10,7 @@ env:
PIMORONI_PICO_VERSION: "1.21.0"
jobs:
build:
name: Build
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Inky Calendar
name: Release build
on:
push:
tags: ["v*"]
Expand Down

0 comments on commit 7ecd396

Please sign in to comment.