Skip to content

Commit

Permalink
chore(ci): ensure that github actions are run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Feb 24, 2020
1 parent df730d3 commit fe0d5ce
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
@@ -1,17 +1,21 @@
name: CI

on:
on:
push:
paths:
branches:
- master
paths:
- '**/*.js'
- '**/*.ts'
- '**/*.json'
pull_request:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node:
matrix:
node:
- 10 # 2020-04-01
- 12
- latest
Expand Down

0 comments on commit fe0d5ce

Please sign in to comment.