Merge pull request #67 from open-amt-cloud-toolkit/ci

This commit is contained in:
Mike
2021-10-09 13:51:19 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Changelog Generator
on:
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:
jobs:
build:

View File

@@ -7,7 +7,7 @@ name: Build RPC (Native)
on:
pull_request:
branches: [ master ]
branches: [ main ]
env:
BUILD_TYPE: Release

View File

@@ -7,7 +7,7 @@ name: Docker Image CI
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -27,7 +27,7 @@ We leverage GitHub Actions as a means to build RPC automatically leveraging Gith
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**.