ci: rename master to main for jobs
This commit is contained in:
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
@@ -2,7 +2,7 @@ name: Changelog Generator
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -7,7 +7,7 @@ name: Build RPC (Native)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
2
.github/workflows/docker-ci.yml
vendored
2
.github/workflows/docker-ci.yml
vendored
@@ -7,7 +7,7 @@ name: Docker Image CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@@ -27,7 +27,7 @@ We leverage GitHub Actions as a means to build RPC automatically leveraging Gith
|
|||||||
|
|
||||||
3. Click the **Run Workflow** dropdown.
|
3. Click the **Run Workflow** dropdown.
|
||||||
|
|
||||||
4. Select the **Branch: master**, or a preferred version, from the **Use workflow from** dropdown.
|
4. Select the **Branch: main**, or a preferred version, from the **Use workflow from** dropdown.
|
||||||
|
|
||||||
5. By default, the Build Type should be **release**.
|
5. By default, the Build Type should be **release**.
|
||||||
|
|
||||||
|
1
vcpkg
Submodule
1
vcpkg
Submodule
Submodule vcpkg added at 5568f110b5
Reference in New Issue
Block a user