Skip to content

Commit

Permalink
build.yml: Synchronize with github-cli's build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 28, 2024
1 parent f1fa4a6 commit 3cb3859
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3cb3859

Please sign in to comment.