diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 33358853..e4abfbc0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,34 +1,22 @@ - - **What kind of change does this PR introduce?** - + **What is the current behavior?** - **What is the new behavior?** - **Checklist**: - - - - + - [ ] Documentation - [ ] Tests - [ ] Ready to be merged - - - + \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ab0be86..5c993eab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: branches: [beta, master] pull_request: branches: [develop] + workflow_dispatch: jobs: run-checks: runs-on: ubuntu-latest