From cd45cb7d7c45912e988ed5d67a52dea76cf99b7c Mon Sep 17 00:00:00 2001 From: Cory Buecker Date: Wed, 23 Oct 2024 06:23:19 -0500 Subject: [PATCH] fix(github): use correct "on" syntax --- .github/workflows/continuous-delivery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index 313c11c..ed9a1ab 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -1,7 +1,7 @@ name: continuous-delivery on: - - workflow_dispatch - - push: + workflow_dispatch: + push: branches: - main jobs: