Skip to content

Test build Ubuntu snap on Linux amd64 #11

Test build Ubuntu snap on Linux amd64

Test build Ubuntu snap on Linux amd64 #11

Workflow file for this run

name: Test build Ubuntu snap on Linux amd64
on:
push:
pull_request:
workflow_dispatch:
# Automatic cron build every 6 months to check if everything still works.
schedule:
- cron: "0 0 1 1/6 *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1