master -> main

This commit is contained in:
Benoit Marty 2021-05-06 18:25:34 +02:00 committed by Benoit Marty
parent 619e8cca37
commit b5f7abda48
4 changed files with 7 additions and 7 deletions

View File

@ -3,13 +3,13 @@ name: APK Build
on:
pull_request: { }
push:
branches: [ master, develop ]
branches: [ main, develop ]
jobs:
debug:
name: Build debug APK (${{ matrix.target }})
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
if: github.ref != 'refs/heads/main'
strategy:
fail-fast: false
matrix:
@ -36,7 +36,7 @@ jobs:
gplay:
name: Build unsigned GPlay APK
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2

View File

@ -3,7 +3,7 @@ name: Integration Test
on:
pull_request: { }
push:
branches: [ master, develop ]
branches: [ main, develop ]
jobs:
integration-tests:

View File

@ -3,7 +3,7 @@ name: Code Quality Checks
on:
pull_request: { }
push:
branches: [ master, develop ]
branches: [ main, develop ]
jobs:
check:
@ -48,7 +48,7 @@ jobs:
apk-lint:
name: Lint APK (${{ matrix.target }})
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
if: github.ref != 'refs/heads/main'
strategy:
fail-fast: false
matrix:

View File

@ -3,7 +3,7 @@ name: Test
on:
pull_request: {}
push:
branches: [master, develop]
branches: [main, develop]
jobs:
unit-tests: