Calls novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml on push to master (excluding wip/, README.md, .gitignore, .claude/). References automation/songs branch during development — switch to @main when that branch merges. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- "wip/**"
|
||||
- "README.md"
|
||||
- ".gitignore"
|
||||
- ".claude/**"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
uses: mikkeli/novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml@automation/songs
|
||||
with:
|
||||
SOURCE_REF: ${{ github.sha }}
|
||||
SOURCE_BASE_REF: ${{ github.event.before }}
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user