1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-13 15:34:35 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Krishna Acondy
77aec4a9da fix(ci): update default branch to main 2020-07-09 08:20:27 +01:00
2 changed files with 4 additions and 1 deletions

View File

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

View File

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