We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2ae1fe + 12a410f commit e26c5cbCopy full SHA for e26c5cb
1 file changed
.github/actions/ps-build/action.yml
@@ -85,7 +85,7 @@ runs:
85
if-no-files-found: warn
86
87
- name: Commit generated help
88
- if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
+ if: ${{ github.ref_name != 'main' && github.event_name == 'pull_request' }}
89
shell: bash
90
run: |
91
git add docs/help
0 commit comments