Add `workflow_dispatch` trigger to build workflow.

This should allow us to just initiate a build if the artifact of the
latest build expires.
This commit is contained in:
Andreas Troelsen 2022-06-25 17:21:16 +02:00
parent 6cec72ebfb
commit b76b0e6719
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: build
on: push
on:
workflow_dispatch:
push:
jobs:
build: