ci: updated ci config for github

This commit is contained in:
rdu
2021-10-15 11:22:39 +08:00
parent e611cc890c
commit 2f8d000a3c
3 changed files with 20 additions and 10 deletions

View File

@@ -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: