diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 5e933be..6d0b416 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -1,5 +1,9 @@ name: Build Coredns with netboxdns plugin -on: [push] +on: + workflow_dispatch: + push: + schedule: + - cron: "0 4 * * *" jobs: build: