Skip to content

Run GitHub Actions on istio-release/** branches. #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run GitHub Actions on istio-release/** branches.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora committed Nov 19, 2020
commit 72ee851248236deb3b07a1f29fa28f0f9be1d719
2 changes: 2 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ on:
branches:
- master
- 'envoy-release/**'
- 'istio-release/**'

push:
branches:
- master
- 'envoy-release/**'
- 'istio-release/**'

jobs:

Expand Down