Skip to content

Commit

Permalink
chore(ci): trigger CI for all branch and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 22, 2020
1 parent 5d4da69 commit 58d8d9a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/nodejs.yml
@@ -1,12 +1,6 @@
name: Build & Test

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
build:
Expand All @@ -31,4 +25,3 @@ jobs:
run: yarn test-unit
env:
CI: true

0 comments on commit 58d8d9a

Please sign in to comment.