Explorar el Código

build: fix release type

tags/v0.10.9
Jérôme Deuchnord hace 3 años
padre
commit
462bb85704
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +1
    -0
      .github/workflows/appimage.yml
  2. +2
    -1
      .github/workflows/release.yml

+ 1
- 0
.github/workflows/appimage.yml Ver fichero

@@ -4,6 +4,7 @@ on:
pull_request:
branches: [master, features]
release:
types: [published]

jobs:
build-appimage:


+ 2
- 1
.github/workflows/release.yml Ver fichero

@@ -1,7 +1,8 @@
name: Release Application

on:
- release
release:
types: [published]

jobs:
pipy:


Cargando…
Cancelar
Guardar