diff --git a/.gitea/workflows/openbuild-keep.txt b/.gitea/workflows/openbuild-keep.txt index e0db8da..f710ec0 100644 --- a/.gitea/workflows/openbuild-keep.txt +++ b/.gitea/workflows/openbuild-keep.txt @@ -2,31 +2,19 @@ # Lines starting with '#' are comments # --- Top-level open-source docs --- -#LICENSE README.md -#CONTRIBUTING.md -#CHANGELOG.md # --- Open-source code --- -#src/open/** -#examples/** -#tests/open/** +assets/** include/** -#scripts/public/** -#docs/** -#!docs/internal/** +scr/** +test/** + # --- Configuration files --- -#pyproject.toml -#package.json -#requirements.txt -#Makefile -#Dockerfile +makefile # --- CI/CD and workflow files (if public-safe) --- #.github/** #.gitea/workflows/ci.yml -# --- Optional assets --- -#assets/logos/** -#!assets/logos/private/** diff --git a/.gitea/workflows/sync-public.yml b/.gitea/workflows/sync-public.yml index 6a500a7..a5929f7 100644 --- a/.gitea/workflows/sync-public.yml +++ b/.gitea/workflows/sync-public.yml @@ -79,6 +79,6 @@ jobs: if git diff --cached --quiet; then echo "No public-eligible changes to push." else - git commit -m "Sync public subset from Flux (private)" + git commit -m "Sync public subset from Flux" git push origin HEAD:main fi