Skip to content

Commit

Permalink
Deploy release doc only manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Sep 13, 2023
1 parent 17746cf commit a86dc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
mv docs/build/html /artifacts/
commit:
if: (github.repository == 'pytorch/audio') && (github.ref_name == 'main' || startsWith(github.ref_name, 'release/') )
if: github.event_name == 'workflow_dispatch'
permissions:
# Required for `git push`
# Note:
Expand Down

0 comments on commit a86dc4f

Please sign in to comment.