Skip to content

Commit cb43cd3

Browse files
committed
init
0 parents  commit cb43cd3

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
push:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
jobs:
7+
build:
8+
uses: gardenlinux/package-build/.github/workflows/build.yml@main
9+
with:
10+
release: ${{ github.ref == 'refs/heads/main' }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.build

prepare_source

Whitespace-only changes.

0 commit comments

Comments
 (0)