mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-24 18:59:53 +01:00
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:
2
.github/workflows/workflow_dispatch.yml
vendored
2
.github/workflows/workflow_dispatch.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user