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.
1 parent 2364601 commit d45561cCopy full SHA for d45561c
.github/workflows/release-build.yml
@@ -11,6 +11,7 @@ env:
11
12
jobs:
13
trigger-documentation-build:
14
+ if: ${{ github.event.release.prerelease == false }}
15
runs-on: ubuntu-latest
16
steps:
17
- name: Trigger 'Build and deploy' workflow in 'documentation' repo
0 commit comments