Skip to content

Commit

Permalink
fix: CI branch name master -> main (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Stevenson <[email protected]>
  • Loading branch information
martijneken authored Jun 7, 2024
1 parent 81c332a commit 3c7f786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:

pull_request:
branches:
- master
- main
- 'envoy-release/**'
- 'istio-release/**'

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

Expand Down

0 comments on commit 3c7f786

Please sign in to comment.