Skip to content

Commit f13252c

Browse files
committed
Cleanup
1 parent 80399fb commit f13252c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Windows
22

3-
on:
4-
workflow_dispatch:
5-
push:
3+
on: push
64

75
jobs:
86
build:
@@ -143,7 +141,6 @@ jobs:
143141
rm -rf scribe-download
144142
cd signed
145143
unzip -j 1.zip || true
146-
ls -la
147144
rm 1.zip
148145
cd ..
149146
cp signed/authenticator-helper.exe yubioath-desktop-windows/*/helper/authenticator-helper.exe
@@ -261,7 +258,6 @@ jobs:
261258
cd signed
262259
unzip -j 1.zip || true
263260
rm 1.zip
264-
ls -la
265261
cd ..
266262
267263
- name: run scribe gpg

0 commit comments

Comments
 (0)