1 parent cbdb8a6 commit a96b3dcCopy full SHA for a96b3dc
1 file changed
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
name: Render Mermaid (README -> docs/*.svg)
18
if: ${{ github.event_name != 'release' }}
19
uses: ./.github/workflows/render-mermaid.yml
20
+ with:
21
+ commit: ${{ github.event_name == 'push' }}
22
permissions:
23
contents: write
24
0 commit comments