updated github action

This commit is contained in:
Ruixiang Du
2020-11-03 17:04:32 +08:00
parent 1c6783d539
commit d484c75aaa
2 changed files with 4 additions and 4 deletions

View File

@@ -6,9 +6,9 @@ name: ROS
# events but only for the master branch # events but only for the master branch
on: on:
push: push:
branches: [ master ] branches: [ master, v2.x ]
pull_request: pull_request:
branches: [ master ] branches: [ master, v2.x ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:

View File

@@ -2,9 +2,9 @@ name: Cpp
on: on:
push: push:
branches: [ master ] branches: [ master, v2.x ]
pull_request: pull_request:
branches: [ master ] branches: [ master, v2.x ]
jobs: jobs:
build: build: