separate manifests

This commit is contained in:
Obelous 2026-03-07 12:49:46 +00:00
parent 28914fac33
commit 2ecf69e128
7 changed files with 81 additions and 39 deletions

View file

@ -2,7 +2,7 @@ name: Manifest updater
on:
push:
branches: [ main ]
branches: [ main, testing ]
schedule:
- cron: '0 0 * * *'
@ -21,6 +21,6 @@ jobs:
- run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add manifest.json images/
git add manifest.json manifestnsfw.json images/
git commit -m "Generate manifest" || exit 0
git push