Skip to content

Commit

Permalink
build: fix release type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Deuchnord committed Jan 12, 2022
1 parent 5d3d2a0 commit 462bb85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [master, features]
release:
types: [published]

jobs:
build-appimage:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release Application

on:
- release
release:
types: [published]

jobs:
pipy:
Expand Down

0 comments on commit 462bb85

Please sign in to comment.