From 5eb5360b886191e0054dfda2dc250f3562a66c81 Mon Sep 17 00:00:00 2001 From: Chase Lau Date: Tue, 16 Apr 2024 19:25:32 -0500 Subject: [PATCH] New commit to get workflow to run --- .github/workflows/build-and-release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 34657c7..9c186bc 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -2,10 +2,7 @@ name: Build and Release App on: push: - branches: [master, beta] - # workflow_dispatch: - # release: - # types: [published] + pull_request: jobs: build: @@ -48,7 +45,7 @@ jobs: - name: Compile ui, translations and resources run: poetry run ./scripts/build_ui.sh - name: Build Whl for release - run: poetry build -f=wheel -n + run: poetry build -f wheel -n # Upload build artifacts for later use - name: Upload yin-yang whl for flatpak build uses: actions/upload-artifact@v4 @@ -59,6 +56,7 @@ jobs: flatpak: name: "Build flatpak file" runs-on: ubuntu-22.04 + needs: build container: image: bilelmoussaoui/flatpak-github-actions:kde-5.15-23.08 options: --privileged