Update main_ci.yml
This commit is contained in:
parent
9267387206
commit
c7b3506f48
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
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
|
|
Loading…
Reference in a new issue