Skip to content

Commit 1609eca

Browse files
committed
Update default branch to main
Committed via https://github.com/asottile/all-repos
1 parent 306946a commit 1609eca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: main
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
schedule:
66
- cron: '55 8 * * *'
77

@@ -18,6 +18,6 @@ jobs:
1818
- run: pre-commit-mirror . --language=python --package-name=clang-format --types-or c++ --types-or c --types-or 'c#' --types-or 'cuda' --types-or 'java' --types-or 'javascript' --types-or 'json' --types-or 'objective-c' --types-or 'proto' --args=-style=file,-i
1919
- run: |
2020
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
21-
git push origin HEAD:refs/heads/master --tags
21+
git push origin HEAD:refs/heads/main --tags
2222
env:
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)