Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Palloxin authored Dec 12, 2024
1 parent f521078 commit 8ac03bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- master
- new_arch
jobs:
build-android:
name: Build App
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Lint
on:
push:
branches:
- master
- new-arch
pull_request:
branches:
- master
- new_arch

jobs:
build:
Expand Down

0 comments on commit 8ac03bc

Please sign in to comment.