Skip to content

Commit

Permalink
feat: Move to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 1, 2021
1 parent 70a687c commit 1b2c190
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI Core
name: CD Core

on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Core
on:
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/core",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"author": "João Lenon",
"repository": "https://github.com/SecJS/Core.git",
Expand All @@ -13,8 +13,8 @@
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix"
},
"devDependencies": {
"@secjs/exceptions": "1.0.1",
"@secjs/utils": "1.3.6",
"@secjs/exceptions": "1.0.3",
"@secjs/utils": "1.3.8",
"@types/jest": "27.0.1",
"@types/node": "14.17.0",
"@typescript-eslint/eslint-plugin": "4.31.0",
Expand Down

0 comments on commit 1b2c190

Please sign in to comment.