Browse Source

build: fix release type

tags/v0.10.9
Jérôme Deuchnord 2 years ago
parent
commit
462bb85704
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      .github/workflows/appimage.yml
  2. +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:


Loading…
Cancel
Save