File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
"disallowed": [
24
24
"main",
25
25
"master",
26
- "develop ",
26
+ "next ",
27
27
"staging"
28
28
],
29
29
"seperator": "/",
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name: "CodeQL"
13
13
14
14
on :
15
15
push :
16
- branches : [main, develop ]
16
+ branches : [main, next ]
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
19
branches : [main]
Original file line number Diff line number Diff line change 5
5
[ ![ Grabarz & Partner - Module] [ grabarz-partner-module-src ]] [ grabarz-partner-href ]
6
6
7
7
[ ![ main] [ github-workflow-main-src ]] [ github-workflow-main-href ]
8
- [ ![ develop ] [ github-workflow-develop -src ]] [ github-workflow-develop -href ]
8
+ [ ![ next ] [ github-workflow-next -src ]] [ github-workflow-next -href ]
9
9
[ ![ Sonarcloud Status] [ sonarcloud-src ]] [ sonarcloud-href ]
10
10
11
11
[ ![ npm version] [ npm-version-latest-src ]] [ npm-version-latest-href ]
@@ -81,8 +81,8 @@ or look here
81
81
82
82
[ github-workflow-main-src ] : < https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Main/badge.svg?branch=main >
83
83
[ github-workflow-main-href ] : < https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3AMain >
84
- [ github-workflow-develop -src ] : < https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Test/badge.svg?branch=develop >
85
- [ github-workflow-develop -href ] : < https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3ATest >
84
+ [ github-workflow-next -src ] : < https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Test/badge.svg?branch=next >
85
+ [ github-workflow-next -href ] : < https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3ATest >
86
86
[ dependencies-status-src ] : < https://david-dm.org/GrabarzUndPartner/nuxt-speedkit/status.svg >
87
87
[ dependencies-status-href ] : < https://david-dm.org/GrabarzUndPartner/nuxt-speedkit >
88
88
[ dependencies-dev-status-src ] : < https://david-dm.org/GrabarzUndPartner/nuxt-speedkit/dev-status.svg >
Original file line number Diff line number Diff line change 3
3
" @nuxtjs"
4
4
],
5
5
"baseBranches" : [
6
- " develop "
6
+ " next "
7
7
],
8
8
"rangeStrategy" : " pin" ,
9
9
"ignoreDeps" : [
You can’t perform that action at this time.
0 commit comments