Skip to content

Commit

Permalink
♻️ refactor(build-and-release.yml): Streamline release process with a…
Browse files Browse the repository at this point in the history
…rtifact uploads and centralized release creation
  • Loading branch information
pdodds committed Nov 8, 2024
1 parent 28edd29 commit 4424293
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Kodexa CLI Python Package

on:
push:
paths:
- '**'
- '!docs/**'
- '!.github/**'

branches:
- main
jobs:
build-and-release:
name: Build, Package & Release
Expand Down

0 comments on commit 4424293

Please sign in to comment.