Skip to content

Commit ca9004f

Browse files
authored
Merge pull request #151 from lidofinance/feature/si-2386-remove-old-configs
fix: remove deprecated testnet configurations and update CLI document…
2 parents edf9cbb + 226c3d5 commit ca9004f

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)