Testing openbuild-keep.txt file with include folder
Sync public mirror / sync (push) Successful in 40s

This commit is contained in:
2025-10-06 22:21:09 +02:00
parent 1c6080d32c
commit 8e70310760
2 changed files with 6 additions and 18 deletions
+5 -17
View File
@@ -2,31 +2,19 @@
# Lines starting with '#' are comments # Lines starting with '#' are comments
# --- Top-level open-source docs --- # --- Top-level open-source docs ---
#LICENSE
README.md README.md
#CONTRIBUTING.md
#CHANGELOG.md
# --- Open-source code --- # --- Open-source code ---
#src/open/** assets/**
#examples/**
#tests/open/**
include/** include/**
#scripts/public/** scr/**
#docs/** test/**
#!docs/internal/**
# --- Configuration files --- # --- Configuration files ---
#pyproject.toml makefile
#package.json
#requirements.txt
#Makefile
#Dockerfile
# --- CI/CD and workflow files (if public-safe) --- # --- CI/CD and workflow files (if public-safe) ---
#.github/** #.github/**
#.gitea/workflows/ci.yml #.gitea/workflows/ci.yml
# --- Optional assets ---
#assets/logos/**
#!assets/logos/private/**
+1 -1
View File
@@ -79,6 +79,6 @@ jobs:
if git diff --cached --quiet; then if git diff --cached --quiet; then
echo "No public-eligible changes to push." echo "No public-eligible changes to push."
else else
git commit -m "Sync public subset from Flux (private)" git commit -m "Sync public subset from Flux"
git push origin HEAD:main git push origin HEAD:main
fi fi