diff options
| author | BigmenPixel0 <bigmen.pixel@tuta.io> | 2023-08-18 12:51:39 +0500 |
|---|---|---|
| committer | BigmenPixel0 <bigmen.pixel@tuta.io> | 2023-08-18 12:51:39 +0500 |
| commit | 145ea10d93742de334f9f02295154fd5d3d693ff (patch) | |
| tree | 5ee779ae585c0600a47eceebf4cb00e6db6fac2f /.github | |
| parent | 705cc6573faed629cca2dbc3a095b8cf60bfc6f7 (diff) | |
| download | monzero-gui-145ea10d93742de334f9f02295154fd5d3d693ff.tar.gz monzero-gui-145ea10d93742de334f9f02295154fd5d3d693ff.tar.xz monzero-gui-145ea10d93742de334f9f02295154fd5d3d693ff.zip | |
flatpak: Start workflow after release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/flatpak.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 032fcfb0..253c2917 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -1,7 +1,8 @@ name: Flatpak on: - push + release: + types: released jobs: part1: |
