We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d4a62e + 4933743 commit ec95c54Copy full SHA for ec95c54
.github/workflows/build.yml
@@ -1,11 +1,6 @@
1
name: Build
2
3
-on:
4
- push:
5
- branches:
6
- - 'master'
7
- pull_request:
8
- workflow_dispatch:
+on: [ push, pull_request, workflow_dispatch ]
9
10
11
jobs:
@@ -60,4 +55,4 @@ jobs:
60
55
run: |
61
56
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
62
57
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