We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a7582 commit 2d2e364Copy full SHA for 2d2e364
.github/workflows/CI_build.yml
@@ -68,7 +68,7 @@ jobs:
68
doc\plugin_list_arm64.md
69
70
- name: Checkout main branch if push trigger is a tag
71
- if: github.repository_owner == 'notepad-plus-plus' && github.ref_type == 'tag'
+ if: github.repository_owner == 'notepad-plus-plus' && github.ref_type == 'tag' && matrix.build_platform == 'ARM64' && matrix.build_configuration == 'Release'
72
run: |
73
git fetch --all
74
git checkout master
0 commit comments