mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Set branch in workflow files
This commit is contained in:
4
.github/workflows/build_debug_apk.yml
vendored
4
.github/workflows/build_debug_apk.yml
vendored
@@ -7,8 +7,8 @@ on:
|
||||
- '*'
|
||||
- '*/*'
|
||||
- '**'
|
||||
- '!12-dev-localization'
|
||||
- '!12-alpha'
|
||||
- '!12.1-dev-localization'
|
||||
- '!12.1-alpha'
|
||||
|
||||
jobs:
|
||||
build-debug-apk:
|
||||
|
||||
2
.github/workflows/build_release_apk.yml
vendored
2
.github/workflows/build_release_apk.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 12-alpha
|
||||
- 12.1-alpha
|
||||
|
||||
jobs:
|
||||
build-release-apk:
|
||||
|
||||
Reference in New Issue
Block a user