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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -6,7 +6,7 @@ name: SASjs Core Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/sasjs/core"
|
||||
},
|
||||
"release": {
|
||||
"branches": ["main"]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user