Skip to content

Commit

Permalink
New commit to get workflow to run
Browse files Browse the repository at this point in the history
  • Loading branch information
chase9 committed Apr 17, 2024
1 parent 1177eb0 commit 5eb5360
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Build and Release App

on:
push:
branches: [master, beta]
# workflow_dispatch:
# release:
# types: [published]
pull_request:

jobs:
build:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5eb5360

Please sign in to comment.