Skip to content

Commit

Permalink
Github Actions on ipv6 branch (#962)
Browse files Browse the repository at this point in the history
Go, kind, integration CI can be triggered when there's a PR or push on ipv6 branch.
  • Loading branch information
lzhecheng authored Jul 17, 2020
1 parent b5b762c commit 2bfe45e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- master
- release-*
- ipv6
push:
branches:
- master
- release-*
- ipv6
jobs:


Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- master
- release-*
- ipv6
push:
branches:
- master
- release-*
- ipv6
jobs:
test-integration:
name: Integration tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bfe45e

Please sign in to comment.