From ba35916868c627ed774278be5d3bb0bf1916078d Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sat, 3 Jan 2026 20:37:22 -0500 Subject: [PATCH] chore(ci): rename workflows for consistency (ci->build, release->publish) --- .github/workflows/{ci.yml => build.yml} | 6 +++--- .github/workflows/{release.yml => publish.yml} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{ci.yml => build.yml} (95%) rename .github/workflows/{release.yml => publish.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 95% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index d18a15b..cb0ac00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: CI +name: Build on: push: @@ -6,13 +6,13 @@ on: paths: - 'src/**' - 'samples/**' - - '.github/workflows/ci.yml' + - '.github/workflows/build.yml' pull_request: branches: [main] paths: - 'src/**' - 'samples/**' - - '.github/workflows/ci.yml' + - '.github/workflows/build.yml' jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/publish.yml similarity index 99% rename from .github/workflows/release.yml rename to .github/workflows/publish.yml index a588b5c..4360636 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Release +name: Publish on: push: