Skip to content

Commit 8c95f4c

Browse files
add: snap.yml
1 parent 7b78cc8 commit 8c95f4c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/snap.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Test build Ubuntu snap on Linux amd64
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
# Automatic cron build every 6 months to check if everything still works.
8+
schedule:
9+
- cron: "0 0 1 1/6 *"
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: snapcore/action-build@v1

0 commit comments

Comments
 (0)