Skip to content

Commit 226c3d5

Browse files
committed
fix: remove deprecated testnet configurations and update CLI documentation with new links
1 parent b0f1a1e commit 226c3d5

File tree

8 files changed

+11
-3377
lines changed

8 files changed

+11
-3377
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
pre-publish:
12-
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/testnet-2' || github.ref == 'refs/heads/testnet-3'
12+
if: github.ref == 'refs/heads/develop'
1313
uses: ./.github/workflows/publish-dry-run.yml
1414
secrets:
1515
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
environment: development
2020
# restricts job to develop branch
21-
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/testnet-2' || github.ref == 'refs/heads/testnet-3'
21+
if: github.ref == 'refs/heads/develop'
2222
steps:
2323
- name: Checkout repo
2424
uses: actions/checkout@v6

0 commit comments

Comments
 (0)