Skip to content

Commit

Permalink
Allow manually triggering production deployment
Browse files Browse the repository at this point in the history
This allows maintainers to optionally update the documentation as PRs are merged
into other Poetry repos rather than needing to wait for the scheduled
deployments.
  • Loading branch information
lafrenierejm authored and neersighted committed Jun 5, 2022
1 parent 8d51951 commit ee53c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
workflow_dispatch: {}

jobs:
deploy-preview:
Expand Down

0 comments on commit ee53c8f

Please sign in to comment.