From 6d1a9a496782bffc071c354f67b4e898c1c7ff23 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Thu, 9 Dec 2021 13:45:49 +0800 Subject: [PATCH] ci: removed ci tasks on next branch --- .github/workflows/ros-ci.yml | 2 -- .github/workflows/standalone-ci.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ros-ci.yml b/.github/workflows/ros-ci.yml index 6d4bb60..12b8462 100644 --- a/.github/workflows/ros-ci.yml +++ b/.github/workflows/ros-ci.yml @@ -8,11 +8,9 @@ on: push: branches: - main - - next pull_request: branches: - main - - next # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/standalone-ci.yml b/.github/workflows/standalone-ci.yml index d444f7a..04a6cc4 100644 --- a/.github/workflows/standalone-ci.yml +++ b/.github/workflows/standalone-ci.yml @@ -4,11 +4,9 @@ on: push: branches: - main - - next pull_request: branches: - main - - next jobs: build: