fix: remove path filter - always build on main push
Build & Push Portfolio Image / build-push (push) Successful in 2m42s

This commit is contained in:
Story Crater Bot
2026-09-01 11:00:11 -07:00
parent f0735b48a9
commit 21b337e441
-13
View File
@@ -4,19 +4,6 @@ on:
push:
branches:
- main
paths:
- 'app/**'
- 'components/**'
- 'lib/**'
- 'public/**'
- 'styles/**'
- 'infra/**'
- 'package.json'
- 'pnpm-lock.yaml'
- 'next.config.js'
- 'tsconfig.json'
- 'Dockerfile'
- '.dockerignore'
jobs:
build-push: