From f55e966aef57d113bdd3cf51550f115e1cafd9c0 Mon Sep 17 00:00:00 2001 From: Heather Ellsworth Date: Wed, 22 Sep 2021 12:11:19 -0600 Subject: [PATCH] GH repository maintenance - Update workflow to include manual triggers - Update PR template --- .github/pull_request_template.md | 1 + .github/workflows/build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2a066ac..9a0fcac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ Fixes # (issue) Please check only the options that are relevant. +- [ ] General Maintenance - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ed7fbe..b545cee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: branches: - edge - stable + workflow_dispatch: jobs: snap: