Skip to content

Commit 6d8e9cb

Browse files
committed
Merge branch 'add/kdf/active_swaps-v2' of https://github.com/KomodoPlatform/komodo-docs-mdx into add/kdf/active_swaps-v2
2 parents 2a844c1 + 9aa2c8e commit 6d8e9cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/get_data_lint_files_deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
key: npm-${{ hashFiles('package-lock.json') }}
4343
restore-keys: npm-
4444

45-
- name: Generate configs
45+
- name: Generate API methods table
46+
if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
4647
shell: bash
4748
run: ${GITHUB_WORKSPACE}/utils/gen_api_methods_table.py
4849

0 commit comments

Comments
 (0)