diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 8ee8875c..122605cd 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -3,10 +3,10 @@ name: Process Apps and Commit Changes on: push: branches: - - appstore + - custom pull_request: branches: - - appstore + - custom workflow_dispatch: jobs: @@ -43,8 +43,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git fetch origin appstore - git rebase origin/appstore + git fetch origin custom + git rebase origin/custom git add appstore dockge || echo "No changes to add" git diff --cached --quiet && echo "No changes to commit" || git commit -m "Processed apps directory via GitHub Actions" - git push origin appstore + git push origin custom diff --git a/.github/workflows/push_appstore_to_released.yml b/.github/workflows/push_appstore_to_released.yml index 6297293a..f20e9090 100644 --- a/.github/workflows/push_appstore_to_released.yml +++ b/.github/workflows/push_appstore_to_released.yml @@ -2,8 +2,6 @@ name: Push appstore to released on: workflow_dispatch: - schedule: - - cron: '0 0 */3 * *' jobs: push-branch: diff --git a/logo.png b/logo.png index 6f82a12d..7763bbff 100644 Binary files a/logo.png and b/logo.png differ