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