Skip to content

Commit

Permalink
Merge pull request #339 from curveball/backport-test-release-branches
Browse files Browse the repository at this point in the history
Backport: Test release branches
  • Loading branch information
evert authored Jun 10, 2021
2 parents 7fd3d65 + 819ab76 commit 9808e8a
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 @@ -5,9 +5,13 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches:
- master
- release/**
pull_request:
branches: [ master ]
branches:
- master
- release/**

jobs:
build:
Expand Down

0 comments on commit 9808e8a

Please sign in to comment.