Skip to content

Commit

Permalink
build: enable ci workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Mar 16, 2024
1 parent 86a5f76 commit ac2848f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
@@ -1,13 +1,18 @@
name: ci

on:
- pull_request
- push
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
name:
- Node.js 0.8
Expand Down Expand Up @@ -77,11 +82,11 @@ jobs:

- name: Node.js 8.x
node-version: "8.17"
npm-i: mocha@7.2.0
npm-i: mocha@7.2.0 nyc@14.1.1

- name: Node.js 9.x
node-version: "9.11"
npm-i: mocha@7.2.0
npm-i: mocha@7.2.0 nyc@14.1.1

- name: Node.js 10.x
node-version: "10.24"
Expand Down

0 comments on commit ac2848f

Please sign in to comment.