We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4743ed commit 2817a03Copy full SHA for 2817a03
1 file changed
.github/workflows/updated_openapi.yml
@@ -45,7 +45,7 @@ jobs:
45
git config --global user.email '[email protected]'
46
47
- name: Commit and push changes
48
- if: env.CHANGES_FOUND == 'true'
+ if: env.CHANGES_FOUND == 'true' && !startsWith(github.head_ref, 'release/')
49
working-directory: website
50
run: |
51
git add docs/api/HTTP/
0 commit comments