build.yml: Synchronize with github-cli's build.yml

This commit is contained in:
Soeren Apel 2024-08-28 22:47:16 +02:00
parent f1fa4a6e15
commit 3cb3859dfc
1 changed files with 11 additions and 3 deletions

View File

@ -1,9 +1,17 @@
name: PulseView Artifact Builder Workflow
name: Build PulseView artifacts
on:
push:
workflow_dispatch:
push: # When the repo itself has a new commit on the master branch
branches:
- master
tags: # When a new tag was created
workflow_dispatch: # When the workflow was started manually from github
pull_request:
types:
- labeled # When a pull request received a new label (e.g. "provide_binaries")
- synchronize # When a pull request's branch was updated with a new commit
jobs:
call-build-workflow:
name: Sigrok artifact builder
uses: sigrokproject/sigrok-build/.github/workflows/build.yml@master