Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fc5616

Browse files
committed
Update default branch to main
Committed via https://github.com/asottile/all-repos
1 parent 730f5f5 commit 9fc5616

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: '30 8 * * *'
77

@@ -18,6 +18,6 @@ jobs:
1818
- run: pre-commit-mirror . --language=python --package-name=mypy --types-or=python --types-or=pyi --args=--ignore-missing-imports,--scripts-are-modules --require-serial
1919
- run: |
2020
git remote set-url origin https://x-access-token:[email protected]/$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)