Skip to content

Commit

Permalink
Build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 23, 2024
1 parent 87de30d commit 1fb0287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Test/Build Android

on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 50

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1fb0287

Please sign in to comment.