Skip to content

Commit

Permalink
chore(action): update trigger meta
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 14, 2020
1 parent 5cb032c commit 0d99163
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
name: CI

on: [push, pull_request]
on:
push:
paths:
- '.github/**'
- 'test/**'
- 'src/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths:
- '.github/**'
- 'test/**'
- 'src/**'
branches:
- master

jobs:
test:
Expand All @@ -10,10 +26,7 @@ jobs:
matrix:
nodejs: [8, 10, 12]
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1

- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.nodejs }}
Expand Down

0 comments on commit 0d99163

Please sign in to comment.