Skip to content

Commit 3c7f786

Browse files
authored
fix: CI branch name master -> main (#166)
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 81c332a commit 3c7f786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ on:
1818

1919
pull_request:
2020
branches:
21-
- master
21+
- main
2222
- 'envoy-release/**'
2323
- 'istio-release/**'
2424

2525
push:
2626
branches:
27-
- master
27+
- main
2828
- 'envoy-release/**'
2929
- 'istio-release/**'
3030

0 commit comments

Comments
 (0)