From 4da5915668f3247bb7d56a23542d34bcb06e5b82 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 29 Oct 2022 22:45:12 +0100 Subject: [PATCH] Tweaks in CI --- .github/workflows/android.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6048eb1..ad4f02b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,10 +1,11 @@ -name: Android +name: Build on: push: branches: [ "main" ] pull_request: branches: [ "main" ] + workflow_dispatch: jobs: build: @@ -21,6 +22,7 @@ jobs: repository: yggdrasil-network/yggdrasil-go path: yggdrasil-go ref: develop + fetch-depth: 0 - name: Setup Go environment uses: actions/setup-go@v3.3.1