diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 2919e4e7e..94ae973c5 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -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