mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 22:25:09 +03:00
Tweaks in CI
This commit is contained in:
parent
7a363597b9
commit
4da5915668
1 changed files with 3 additions and 1 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -1,10 +1,11 @@
|
||||||
name: Android
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -21,6 +22,7 @@ jobs:
|
||||||
repository: yggdrasil-network/yggdrasil-go
|
repository: yggdrasil-network/yggdrasil-go
|
||||||
path: yggdrasil-go
|
path: yggdrasil-go
|
||||||
ref: develop
|
ref: develop
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v3.3.1
|
uses: actions/setup-go@v3.3.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue