meta: change debian package build to run on push, workflow_dispatch, and nightly
Build Coredns with netboxdns plugin / build (push) Successful in 5s
Build Coredns with netboxdns plugin / build (push) Successful in 5s
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
name: Build Coredns with netboxdns plugin
|
||||
on: [push]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user