1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

update github actions default from master to main

Summary: Branches updated some time ago, update this to match

Reviewed By: zpao

Differential Revision: D32693531

fbshipit-source-id: 02da79e3fb5fcd3b204be4605521a151b977ce2c
This commit is contained in:
Alex Hornby
2021-12-01 01:16:26 -08:00
committed by Facebook GitHub Bot
parent 50eb871b83
commit e4c0086c05

View File

@@ -956,7 +956,7 @@ jobs:
)
parser.add_argument(
"--main-branch",
default="master",
default="main",
help="Main branch to trigger GitHub Action on",
)