Skip to content

Commit

Permalink
chore(workflow): update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Sep 21, 2021
1 parent 334ff1b commit aba1e3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Node CI

on:
push:
branches:
- formily_next
pull_request:
branches:
- formily_next

jobs:
build:
runs-on: ${{ matrix.os }}
if: contains(github.event.head_commit.message, 'chore(versions)') == false
strategy:
matrix:
node_version: [10.x, 11.x]
Expand Down

0 comments on commit aba1e3f

Please sign in to comment.