1 name: Build PulseView artifacts
4 push: # When the repo itself has a new commit on the master branch
7 tags: # When a new tag was created
8 workflow_dispatch: # When the workflow was started manually from github
11 - labeled # When a pull request received a new label (e.g. "provide_binaries")
12 - synchronize # When a pull request's branch was updated with a new commit
16 name: Sigrok artifact builder
17 uses: sigrokproject/sigrok-build/.github/workflows/build.yml@master