Update main_ci.yml
This commit is contained in:
parent
a75f32f7f9
commit
ef9f80906c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main_ci.yml
vendored
6
.github/workflows/main_ci.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit:
|
unit:
|
||||||
|
|
Loading…
Reference in a new issue