Skip to content

Commit

Permalink
add a build CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DeedleFake committed May 1, 2023
1 parent 4785117 commit 0c34f7a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: build

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: celestia_qt6.flatpak
manifest-path: space.celestia.celestia_qt6.yml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 0c34f7a

Please sign in to comment.