Set branch in workflow files

This commit is contained in:
Suphon T
2022-05-17 15:50:41 +07:00
committed by GitHub
parent 5385da9c68
commit 73aff4ead2
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ on:
- '*'
- '*/*'
- '**'
- '!12-dev-localization'
- '!12-alpha'
- '!12.1-dev-localization'
- '!12.1-alpha'
jobs:
build-debug-apk:

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 12-alpha
- 12.1-alpha
jobs:
build-release-apk: