From 38d450e16b8959b9af9f20cc9c02b5233641bd7a Mon Sep 17 00:00:00 2001 From: Rutger Zandvoort Date: Sun, 24 Mar 2024 18:01:25 +0100 Subject: [PATCH] - --- .github/workflows/cd.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3cd36830d..48a964fac 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,13 @@ on: + push: + branches: + - main + - "*.*.x" + tags: + - v* + schedule: + - cron: '0 0 * * *' + name: Continuous Delivery jobs: