fix: unignore .gitea workflow yaml files, add build-push.yaml
The .gitignore had *.yaml for compiled KFP pipelines which was preventing .gitea/workflows/build-push.yaml from being tracked.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -35,6 +35,7 @@ ENV/
|
||||
# Compiled KFP pipelines
|
||||
*.yaml
|
||||
!.pre-commit-config.yaml
|
||||
!.gitea/**/*.yaml
|
||||
!pipelines/*.py
|
||||
|
||||
# Local
|
||||
|
||||
Reference in New Issue
Block a user