Disable auto build on ci/cd
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -1,11 +1,5 @@
|
||||
name: NukiHub
|
||||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: ["*"]
|
||||
tags: ["*"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -83,4 +77,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ format('{0}-{1}-assets', env.VARIANT, matrix.build) }}
|
||||
path: ${{ matrix.build }}/${{ env.VARIANT }}
|
||||
path: ${{ matrix.build }}/${{ env.VARIANT }}
|
||||
|
||||
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: NukiHub Nightly
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 0 * * *"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user