Skip to content

Commit

Permalink
Merge pull request #1 from sasjs/ci-update
Browse files Browse the repository at this point in the history
fix(ci): update default branch to main
  • Loading branch information
krishna-acondy authored Jul 9, 2020
2 parents a9e9f28 + 77aec4a commit 5f1eaef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: SASjs Core Publish
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"type": "git",
"url": "https://github.com/sasjs/core"
},
"release": {
"branches": ["main"]
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5f1eaef

Please sign in to comment.