Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperkha committed Nov 9, 2024
1 parent 12373ff commit dc185cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: ⚙️ Build

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
build:
Expand All @@ -29,3 +30,4 @@ jobs:
multi_binaries: true
binary_name: cenv
project_path: . ./cenv-install

0 comments on commit dc185cb

Please sign in to comment.