From 1cbc1ba137b6b852708a3e8f7213f804ad330e13 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Thu, 17 Oct 2024 14:06:51 +0200 Subject: [PATCH] deploy on push to main --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index afe067b7f..472f11a7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,8 +23,8 @@ on: options: - dev - prod - # push: - # branches: [ "main" ] + push: + branches: [ "main" ] permissions: id-token: write