From 1fb02872d985f832772b60a0d25d868b70aced19 Mon Sep 17 00:00:00 2001 From: koalasat Date: Wed, 23 Oct 2024 16:54:33 +0200 Subject: [PATCH] Build tools --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dab61c..6c28ac7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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