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 eaca6bc commit b9ebff1Copy full SHA for b9ebff1
.github/workflows/doc-build.yml
@@ -89,7 +89,7 @@ jobs:
89
90
upload-gh-pages:
91
needs: build
92
- if: github.repository == 'pytorch/executorch' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
+ if: github.repository == 'pytorch/executorch' && ((github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))) || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release/0.6'))
93
permissions:
94
id-token: write
95
contents: write
0 commit comments