File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : Generate LLM.txt
22
33on :
4- workflow_call :
4+ # Trigger on releases
5+ release :
6+ types : [published]
7+
8+ # Allow manual trigger
9+ workflow_dispatch :
510
611jobs :
712 generate-llm-txt :
5661 git commit -m "docs: update llm.txt for AI agents [skip ci]"
5762 git push
5863 env :
59- GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
64+ GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
Original file line number Diff line number Diff line change 11name : Semantic Release
22
33on :
4+ workflow_dispatch :
45 push :
56 branches :
67 - main
78 paths :
89 - ' src/mcpm/**'
910 - ' pyproject.toml'
10- workflow_dispatch :
1111
1212permissions :
1313 contents : write
@@ -16,17 +16,12 @@ permissions:
1616 id-token : write # Required for PyPI trusted publishing
1717
1818jobs :
19- update-llm-txt :
20- name : Update LLM.txt
21- uses : ./.github/workflows/generate-llm-txt.yml
22- secrets : inherit
23-
2419 test :
2520 uses : ./.github/workflows/test.yml
2621
2722 release :
2823 name : Release
29- needs : [ test, update-llm-txt]
24+ needs : test
3025 runs-on : ubuntu-latest
3126 environment :
3227 name : pypi
You can’t perform that action at this time.
0 commit comments