1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

fix(ci): update default branch to main

This commit is contained in:
Krishna Acondy
2020-07-09 08:20:27 +01:00
parent 8beb0048a3
commit 77aec4a9da
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"
},