Skip to content

Commit

Permalink
workflows: add workflow for snap
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN authored Oct 27, 2024
1 parent 72499f3 commit bd94316
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-umu-snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: UMU Snap Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [published]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: 🧪 Build snap on amd64
runs-on: ubuntu-latest
steps:
- name: Prepare
run: cd umu-launcher/snap
- name: 🧪 Build snap on amd64
uses: snapcrafters/ci/test-snap-build@main

0 comments on commit bd94316

Please sign in to comment.