From 2bfe45eec47bb9a541c485e88e2d597004a0b178 Mon Sep 17 00:00:00 2001 From: Zhecheng Li Date: Fri, 17 Jul 2020 15:17:56 +0800 Subject: [PATCH] Github Actions on ipv6 branch (#962) Go, kind, integration CI can be triggered when there's a PR or push on ipv6 branch. --- .github/workflows/go.yml | 2 ++ .github/workflows/integration.yml | 2 ++ .github/workflows/kind.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 216a5bcf6ae..6482c1d0c28 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,10 +4,12 @@ on: branches: - master - release-* + - ipv6 push: branches: - master - release-* + - ipv6 jobs: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index be4b426dbd2..0b988872d32 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,10 +4,12 @@ on: branches: - master - release-* + - ipv6 push: branches: - master - release-* + - ipv6 jobs: test-integration: name: Integration tests diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index 830ac302b5c..257e131a210 100755 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -4,10 +4,12 @@ on: branches: - master - release-* + - ipv6 push: branches: - master - release-* + - ipv6 jobs: build-antrea-image: name: Build Antrea image to be used for Kind e2e tests