problem: doesn't test commits to release updates
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user