Skip to content

Commit 2d2e364

Browse files
committed
next fix to GH action for automatic md creation
1 parent f8a7582 commit 2d2e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
doc\plugin_list_arm64.md
6969
7070
- name: Checkout main branch if push trigger is a tag
71-
if: github.repository_owner == 'notepad-plus-plus' && github.ref_type == 'tag'
71+
if: github.repository_owner == 'notepad-plus-plus' && github.ref_type == 'tag' && matrix.build_platform == 'ARM64' && matrix.build_configuration == 'Release'
7272
run: |
7373
git fetch --all
7474
git checkout master

0 commit comments

Comments
 (0)