1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

Merge pull request #1 from sasjs/ci-update

fix(ci): update default branch to main
This commit is contained in:
Krishna Acondy
2020-07-09 08:21:59 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ name: SASjs Core Publish
on:
push:
branches:
- master
- main
jobs:
release:

View File

@@ -12,6 +12,9 @@
"type": "git",
"url": "https://github.com/sasjs/core"
},
"release": {
"branches": ["main"]
},
"publishConfig": {
"access": "public"
},