1
0
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:
Guillaume Chatelet
2022-01-24 16:01:45 +01:00
committed by GitHub
parent 149916384b
commit 2f5a7bf80a
5 changed files with 17 additions and 17 deletions

View File

@ -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