Add option to run build against another branch to workflow_dispatch

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2021-09-16 20:54:42 +01:00
parent c371768800
commit 9740d2b86a

View File

@@ -45,6 +45,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1