We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad3e7c commit 1ad5496Copy full SHA for 1ad5496
.github/workflows/render-documentation.yml
@@ -26,4 +26,4 @@ jobs:
26
source-path: './src'
27
target-path: './docs/api.md'
28
fail-on-warnings: true
29
- commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR
+ commit: ${{ github.event_name == 'pull_request' }} # Only commit changes if not a PR
0 commit comments