This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
kosmorro
mirror of
https://github.com/Kosmorro/kosmorro
Watch
1
Star
0
Fork
0
Code
Issues
Releases
33
Activity
Browse Source
build: fix release type
tags/v0.10.9
Jérôme Deuchnord
2 years ago
parent
5d3d2a0d47
commit
462bb85704
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/appimage.yml
+2
-1
.github/workflows/release.yml
+ 1
- 0
.github/workflows/appimage.yml
View File
@@ -4,6 +4,7 @@ on:
pull_request:
branches: [master, features]
release:
types: [published]
jobs:
build-appimage:
+ 2
- 1
.github/workflows/release.yml
View File
@@ -1,7 +1,8 @@
name: Release Application
on:
- release
release:
types: [published]
jobs:
pipy:
Write
Preview
Loading…
Cancel
Save