mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
ci: updated ci config for github
This commit is contained in:
8
.github/workflows/ros-ci.yml
vendored
8
.github/workflows/ros-ci.yml
vendored
@@ -6,9 +6,13 @@ name: ROS
|
||||
# events but only for the master branch
|
||||
on:
|
||||
push:
|
||||
branches: [ next ]
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
pull_request:
|
||||
branches: [ next ]
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
||||
8
.github/workflows/standalone-ci.yml
vendored
8
.github/workflows/standalone-ci.yml
vendored
@@ -2,9 +2,13 @@ name: Cpp
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ next ]
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
pull_request:
|
||||
branches: [ next ]
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user