mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Rename 'master' branch into 'main' (#219)
This commit is contained in:

committed by
GitHub

parent
149916384b
commit
2f5a7bf80a
4
.github/workflows/clang_format.yml
vendored
4
.github/workflows/clang_format.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch origin/master
|
||||
run: git fetch origin master
|
||||
- name: Fetch origin/main
|
||||
run: git fetch origin main
|
||||
- name: List of changed file(s)
|
||||
run: git diff --name-only FETCH_HEAD
|
||||
|
||||
|
Reference in New Issue
Block a user