fix: run tests on release-* branches too (#289)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- release-*
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- release-*
|
||||
jobs:
|
||||
build:
|
||||
timeout-minutes: 30
|
||||
|
||||
Reference in New Issue
Block a user