.github: rename master to main

This commit is contained in:
Corentin Le Molgat
2022-05-16 11:26:08 +02:00
parent 33fd1f910d
commit 955053ffcf
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ about: Create a report to help us improve
**What version of OR-Tools and what language are you using?** **What version of OR-Tools and what language are you using?**
Version: master/v7.3/v7.2 etc. Version: main/v9.4/v9.3 etc.
Language: C++/Java/Python/C# Language: C++/Java/Python/C#
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)** **Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**

View File

@@ -1,7 +1,7 @@
<!-- <!--
Thank you for submitting a PR! Thank you for submitting a PR!
Please make sure you are targeting the master branch instead of stable and that all contributors have signed the Contributor License Agreement. Please make sure you are targeting the main branch instead of stable and that all contributors have signed the Contributor License Agreement.
This simply gives us permission to use and redistribute your contributions as part of the project. This simply gives us permission to use and redistribute your contributions as part of the project.
Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one. Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one.

View File

@@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Fetch origin/master - name: Fetch origin/main
run: git fetch origin master run: git fetch origin main
- name: List of changed file(s) - name: List of changed file(s)
run: git diff --name-only FETCH_HEAD run: git diff --name-only FETCH_HEAD