Skip to content

Commit 76f0d1e

Browse files
committed
merge dev
2 parents 48bf5ee + 834180f commit 76f0d1e

File tree

8 files changed

+839
-1069
lines changed

8 files changed

+839
-1069
lines changed

.github/workflows/get_data_lint_files_deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: cd utils/js && npm ci
5252

5353
- name: Get file and Author data
54+
if: github.base_ref == 'main' || github.ref == 'refs/heads/main' || github.base_ref == 'dev' || github.ref == 'refs/heads/dev'
5455
run: node utils/js/get_file_author_data.js
5556

5657
- name: Validate and Update links
@@ -63,10 +64,11 @@ jobs:
6364
run: node utils/js/h1_presence_checker.js
6465

6566
- name: Prepare data files for GPTs
67+
if: github.base_ref == 'main' || github.ref == 'refs/heads/main' || github.base_ref == 'dev' || github.ref == 'refs/heads/dev'
6668
run: node utils/js/create_data_for_gpts.js
6769

6870
- name: Ensure change logs are updated
69-
if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
71+
if: github.base_ref == 'main' || github.ref == 'refs/heads/main' || github.base_ref == 'dev' || github.ref == 'refs/heads/dev'
7072
run: node utils/js/ensure_changelog_update.js
7173

7274
- name: Set lint-fix branch name

0 commit comments

Comments
 (0)