diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ec5e6cbef..afd94e961 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 push: branches: