Skip to content

Commit 1985c1a

Browse files
committed
update ci to change filedata on dev
1 parent 00694eb commit 1985c1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/get_data_lint_files_deploy.yml

+3-2
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,11 +64,11 @@ jobs:
6364
run: node utils/js/h1_presence_checker.js
6465

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

6970
- name: Ensure change logs are updated
70-
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'
7172
run: node utils/js/ensure_changelog_update.js
7273

7374
- name: Set lint-fix branch name

0 commit comments

Comments
 (0)