diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d66fbcf0..a80ea8a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,9 @@ name: Build & Push Images on: - push: - branches: [main] - workflow_dispatch: # Allow manual triggers + workflow_dispatch: # Only allow manual triggers + # push: + # branches: [main] # Commented out - no auto-trigger env: REGISTRY: ghcr.io diff --git a/.gitignore b/.gitignore index 3d093c3d..9221220d 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,8 @@ temp/ # Prisma prisma/migrations/dev.db* + +# Large archive files +*.tar +*.tar.gz +*.zip