diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a3e9ff2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +## :warning: Checklist if your PR is changing anything else than documentation +- [ ] The manual deployment workflow ran successfully \ No newline at end of file diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 82245aa..f2b2eff 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,8 +1,7 @@ -name: Test deployment +name: Deployment on: - merge_group: - branches: [ main ] + workflow_dispatch: jobs: build_package_and_deploy: