Skip to content

Commit ec95c54

Browse files
authored
Merge pull request #1099 from srevinsaju/patch-6
CI fixes
2 parents 7d4a62e + 4933743 commit ec95c54

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Build
22

3-
on:
4-
push:
5-
branches:
6-
- 'master'
7-
pull_request:
8-
workflow_dispatch:
3+
on: [ push, pull_request, workflow_dispatch ]
94

105

116
jobs:
@@ -60,4 +55,4 @@ jobs:
6055
run: |
6156
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
6257
chmod +x pyuploadtool-x86_64.AppImage
63-
./pyuploadtool-x86_64.AppImage **/appimagetool*.AppImage **/AppRun*
58+
./pyuploadtool-x86_64.AppImage **/appimagetool*.AppImage* **/AppRun* **/runtime-*

0 commit comments

Comments
 (0)