Skip to content

Commit

Permalink
Github Actions on ipv6 branch (antrea-io#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 and GraysonWu committed Sep 18, 2020
1 parent fea5a49 commit 667f1a9
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 667f1a9

Please sign in to comment.