Skip to content

Commit

Permalink
workflow(ci): rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Nov 25, 2021
1 parent dad3ea3 commit 3a39dec
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release package
on:
push:
branches:
- master
- main

jobs:
sync:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CodeQL scanning

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
schedule:
- cron: '0 22 * * 5'

Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"chalk": "^4.1.2",
"elegant-spinner": "^3.0.0",
"figures": "^4.0.0",
"stdout-update": "2.0.3"
"stdout-update": "2.0.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@tagproject/ts-package-shared-config": "^4.0.6",
"@tagproject/ts-package-shared-config": "^5.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
Expand Down

0 comments on commit 3a39dec

Please sign in to comment.