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: