problem: doesn't test commits to release updates

This commit is contained in:
Igor Artamonov
2020-08-31 21:58:00 -04:00
parent ff3fc95711
commit 2982c98e22

View File

@@ -1,12 +1,16 @@
name: Tests
on:
# if pushed directly to the master
# if pushed directly
push:
branches:
- master
- release/*
# on a pull request
pull_request:
branches:
- master
- release/*
jobs:
unit-test: