Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 2, 2021
1 parent 495b13f commit 3d0d3e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ on:
push:
branches-ignore:
- gh-pages
- v8.x
- releases/**
pull_request:
types:
- opened
- synchronize
- reopened
env:
CI: true

jobs:
test:
name: "Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}"
name: 'Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 3d0d3e8

Please sign in to comment.