admin: updated branch name in CI config
This commit is contained in:
parent
c8d761a1a3
commit
32e49fa759
8
.github/workflows/test-ci.yml
vendored
8
.github/workflows/test-ci.yml
vendored
@ -3,7 +3,7 @@ name: CI Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v6-beta-exports
|
||||
- v6
|
||||
|
||||
jobs:
|
||||
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: "v6-beta-exports"
|
||||
ref: "v6"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: "v6-beta-exports"
|
||||
ref: "v6"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
@ -122,7 +122,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: "v6-beta-exports"
|
||||
ref: "v6"
|
||||
fetch-depth: "0"
|
||||
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user