meta: change debian package build to run on push, workflow_dispatch, and nightly
Build Coredns with netboxdns plugin / build (push) Successful in 5s

This commit is contained in:
2025-12-24 00:38:50 -07:00
parent 71b248cf34
commit ed55042139
+5 -1
View File
@@ -1,5 +1,9 @@
name: Build Coredns with netboxdns plugin name: Build Coredns with netboxdns plugin
on: [push] on:
workflow_dispatch:
push:
schedule:
- cron: "0 4 * * *"
jobs: jobs:
build: build: