Merge branch 'main' into main

This commit is contained in:
Neil Alexander 2022-10-29 22:46:41 +01:00 committed by GitHub
commit 9dd24a20d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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