fix: unignore .gitea workflow yaml files, add build-push.yaml
Some checks failed
CI / Lint (push) Successful in 2m55s
CI / Test (push) Successful in 2m38s
CI / Release (push) Successful in 56s
CI / Docker Build & Push (push) Failing after 4m3s
CI / Notify (push) Successful in 1s

The .gitignore had *.yaml for compiled KFP pipelines which was
preventing .gitea/workflows/build-push.yaml from being tracked.
This commit is contained in:
2026-02-20 09:29:29 -05:00
parent 39b1199617
commit ef4ef41404
2 changed files with 214 additions and 0 deletions

1
.gitignore vendored
View File

@@ -35,6 +35,7 @@ ENV/
# Compiled KFP pipelines
*.yaml
!.pre-commit-config.yaml
!.gitea/**/*.yaml
!pipelines/*.py
# Local