Commit 1985c1a 1 parent 00694eb commit 1985c1a Copy full SHA for 1985c1a
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 51
51
run : cd utils/js && npm ci
52
52
53
53
- 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'
54
55
run : node utils/js/get_file_author_data.js
55
56
56
57
- name : Validate and Update links
@@ -63,11 +64,11 @@ jobs:
63
64
run : node utils/js/h1_presence_checker.js
64
65
65
66
- 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'
67
68
run : node utils/js/create_data_for_gpts.js
68
69
69
70
- 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'
71
72
run : node utils/js/ensure_changelog_update.js
72
73
73
74
- name : Set lint-fix branch name
You can’t perform that action at this time.
0 commit comments