mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 01:01:58 -05:00
Branch rename cleanup (#976)
* Update pipeline build tag The build status was still looking for a "master" branch, updated it to point to "main" * Update ios.yml * Update android.yml * Update azure-pipelines.yml * Update CONTRIBUTING.md
This commit is contained in:
parent
84aeb59f26
commit
176c92e802
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: CI_Android
|
name: CI_Android
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Android:
|
Android:
|
||||||
|
4
.github/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: CI_iOS
|
name: CI_iOS
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
iOS:
|
iOS:
|
||||||
|
@ -17,7 +17,7 @@ Please submit a Contributor License Agreement (CLA) before submitting a pull req
|
|||||||
Your pull request should:
|
Your pull request should:
|
||||||
|
|
||||||
* Include a description of what your change intends to do
|
* Include a description of what your change intends to do
|
||||||
* Be a child commit of a reasonably recent commit in the **master** branch
|
* Be a child commit of a reasonably recent commit in the **main** branch
|
||||||
* Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
|
* Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
|
||||||
* It is desirable, but not necessary, for the tests to pass at each commit. Please see [README.md](./README.md) for instructions to build the test suite.
|
* It is desirable, but not necessary, for the tests to pass at each commit. Please see [README.md](./README.md) for instructions to build the test suite.
|
||||||
* Have clear commit messages
|
* Have clear commit messages
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# GSL: Guidelines Support Library
|
# GSL: Guidelines Support Library
|
||||||
[![Build Status](https://dev.azure.com/cppstat/GSL/_apis/build/status/microsoft.GSL?branchName=master)](https://dev.azure.com/cppstat/GSL/_build/latest?definitionId=1&branchName=master)
|
[![Build Status](https://dev.azure.com/cppstat/GSL/_apis/build/status/microsoft.GSL?branchName=main)](https://dev.azure.com/cppstat/GSL/_build/latest?definitionId=1&branchName=main)
|
||||||
|
|
||||||
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
|
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
|
||||||
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
|
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
autoCancel: true
|
autoCancel: true
|
||||||
|
Loading…
Reference in New Issue
Block a user