From 8381222201fff98295bd013ca7a560603f173540 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:50:09 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6041141..bc99eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ on: push: branches: + = * pull_request: name: CI @@ -26,7 +27,7 @@ jobs: name: Flatpak runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-45 + image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: - name: Install pre-requisits @@ -44,7 +45,7 @@ jobs: run: ./build-aux/dist-vendor.sh dist . - uses: actions/upload-artifact@v4 with: - name: offline + name: vendor path: dist - name: ls run: ls @@ -64,4 +65,5 @@ jobs: title: 'Latest Development Build' files: | **/*.flatpak + vendor