From: Soeren Apel Date: Mon, 12 Aug 2024 21:02:23 +0000 (+0200) Subject: build.yml: Test reusable build workflow X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=17e89410d9d86aa007234328b4a7dc176cebf08a;p=sigrok-build.git build.yml: Test reusable build workflow --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b668549..f2da2b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,9 @@ -name: sigrok Artifacts Build +name: Reusable sigrok Artifacts Builder Workflows on: push: workflow_dispatch: + workflow_call: defaults: run: @@ -507,8 +508,8 @@ jobs: name: artifact-sigrok-cli-macos path: sigrok-build/ci/macos/sigrok-cli*.dmg - release: - name: Create release and add artifacts + continuous_release: + name: Create continuous release and add artifacts to it runs-on: ubuntu-latest