admin: updated branch name in CI config

This commit is contained in:
Richard Moore 2022-12-30 17:52:57 -05:00
parent c8d761a1a3
commit 32e49fa759

@ -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