Skip to content

Commit

Permalink
chore: make deployment workflow manual and add a reminder in pr templ…
Browse files Browse the repository at this point in the history
…ate (#95)
  • Loading branch information
emileten authored Feb 22, 2024
1 parent 17eec16 commit 5e9f508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## :warning: Checklist if your PR is changing anything else than documentation
- [ ] The manual deployment workflow ran successfully
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Test deployment
name: Deployment

on:
merge_group:
branches: [ main ]
workflow_dispatch:

jobs:
build_package_and_deploy:
Expand Down

0 comments on commit 5e9f508

Please sign in to comment.