We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit cb43cd3Copy full SHA for cb43cd3
.github/workflows/build.yml
@@ -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
@@ -0,0 +1 @@
+.build
prepare_source
0 commit comments