Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
brekk committed Apr 28, 2024
1 parent 63bd5dd commit ca334f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/error-form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ca334f6

Please sign in to comment.