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 committed Oct 29, 2024
1 parent 2d91dc5 commit 29a356e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-umu-snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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:
- uses: actions/checkout@v4
- name: 🧪 Build snap on amd64
uses: snapcrafters/ci/test-snap-build@5d324dfd09955a81a018be6d7544d07770552644
with:
snapcraft-project-root: ./packaging/snap

0 comments on commit 29a356e

Please sign in to comment.