File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : npm run install-all
3030
3131 - name : Release
32+ if : contains(github.ref, 'master')
3233 run : npm run electron:dist:linux:x64 -- --publish always
3334
3435 linux_arm64 :
4748 run : npm run install-all
4849
4950 - name : Release
51+ if : contains(github.ref, 'master')
5052 run : npm run electron:dist:linux:arm64 -- --publish always
5153
5254 linux_arm :
6567 run : npm run install-all
6668
6769 - name : Release
70+ if : contains(github.ref, 'master')
6871 run : npm run electron:dist:linux:arm -- --publish always
6972
7073 dmg :
8386 run : npm run install-all
8487
8588 - name : Release
89+ if : contains(github.ref, 'master')
8690 run : npm run electron:dist:mac:x64 -- --publish always
8791
8892 exe :
@@ -101,4 +105,5 @@ jobs:
101105 run : npm run install-all
102106
103107 - name : Release
108+ if : contains(github.ref, 'master')
104109 run : npm run electron:dist:win -- --publish always
You can’t perform that action at this time.
0 commit comments