We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306946a commit 1609ecaCopy full SHA for 1609eca
1 file changed
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
name: main
2
on:
3
push:
4
- branches: [master]
+ branches: [main]
5
schedule:
6
- cron: '55 8 * * *'
7
@@ -18,6 +18,6 @@ jobs:
18
- 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
19
- run: |
20
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
21
- git push origin HEAD:refs/heads/master --tags
+ git push origin HEAD:refs/heads/main --tags
22
env:
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments