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 17eec16 commit 5e9f508Copy full SHA for 5e9f508
.github/pull_request_template.md
@@ -0,0 +1,2 @@
1
+## :warning: Checklist if your PR is changing anything else than documentation
2
+- [ ] The manual deployment workflow ran successfully
.github/workflows/deploy.yaml
@@ -1,8 +1,7 @@
-name: Test deployment
+name: Deployment
3
on:
4
- merge_group:
5
- branches: [ main ]
+ workflow_dispatch:
6
7
jobs:
8
build_package_and_deploy:
0 commit comments