Actions: Add github actions for CI
This commit is contained in:
parent
6d0af77fba
commit
26de8c65ad
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -3,11 +3,13 @@ name: "CI"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- *
|
||||
- develop
|
||||
- ?.0release
|
||||
- feature/*
|
||||
pull_request:
|
||||
branches:
|
||||
- *
|
||||
- develop
|
||||
- ?.0release
|
||||
- feature/*
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user