From ca334f6856751858b61ac9ead9cd84a297b9abac Mon Sep 17 00:00:00 2001 From: brekk Date: Sun, 28 Apr 2024 09:46:37 -1000 Subject: [PATCH] try this --- .github/ISSUE_TEMPLATE/error-form.yml | 4 +--- .github/workflows/build.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/error-form.yml b/.github/ISSUE_TEMPLATE/error-form.yml index 6610e000f..4b1522e1a 100644 --- a/.github/ISSUE_TEMPLATE/error-form.yml +++ b/.github/ISSUE_TEMPLATE/error-form.yml @@ -6,15 +6,13 @@ body: id: version attributes: label: What version of Madlib are you running? - description: `madlib -v` placeholder: Use `madlib -v` to indicate the version number validations: required: true - type: dropdown id: installation attributes: - label: Installation - description: How is Madlib installed on your system? + label: How is Madlib installed on your system? options: - Installed via `npm` - Compiled locally diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5460e66c..c5b864b1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,11 @@ -on: [push] +on: + # Run only on a merge against master + pull_request: + branches: + - master + # Request an explicit run + workflow_dispatch: + name: build jobs: test: