mirror of
https://github.com/android-actions/setup-android.git
synced 2024-11-23 18:12:03 +00:00
Switch default branch to main
This commit is contained in:
parent
2dc5b4642b
commit
e79d88bfc6
2 changed files with 5 additions and 8 deletions
9
.github/workflows/build-test.yml
vendored
9
.github/workflows/build-test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: build-test
|
||||
name: Build & Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -6,17 +6,14 @@ on:
|
|||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: run-test
|
||||
name: Run Android build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
Loading…
Reference in a new issue