Skip to content

Commit 5e9f508

Browse files
authored
chore: make deployment workflow manual and add a reminder in pr template (#95)
1 parent 17eec16 commit 5e9f508

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Test deployment
1+
name: Deployment
22

33
on:
4-
merge_group:
5-
branches: [ main ]
4+
workflow_dispatch:
65

76
jobs:
87
build_package_and_deploy:

0 commit comments

Comments
 (0)