From 3fb07872c2cdb9a70253cc4300033f019c0c41bc Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Wed, 19 Aug 2026 20:34:48 +0700 Subject: [PATCH] Fix --- .gitea/workflows/android-build.yaml | 4 ++-- .gitea/workflows/sync-source.yaml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/android-build.yaml b/.gitea/workflows/android-build.yaml index a3d3ebd..eef3010 100644 --- a/.gitea/workflows/android-build.yaml +++ b/.gitea/workflows/android-build.yaml @@ -42,8 +42,8 @@ jobs: - name: Grant execute permission run: chmod +x ./gradlew - # - name: List Gradle Projects - # run: ./gradlew projects + - name: List Gradle Projects + run: ./gradlew projects - name: Build Android APK run: ./gradlew :androidApp:assembleDebug --stacktrace diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 8bda48e..7b86415 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -3,9 +3,7 @@ run-name: ${{ gitea.actor }} is synchronizing the source code to the host on: push: - branches: - - main - - develop + jobs: sync-source: runs-on: ubuntu-latest