From 6fbcb68ba3584f9cd0e5381e9420542dad35f5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20S=C3=A1nchez?= Date: Wed, 22 Apr 2026 14:04:10 -0500 Subject: [PATCH] ci: restore push trigger for deployment --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b906f7b..bc40c8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ name: Deploy Next.js site to Pages on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + # Runs on pull request to master pull_request: branches: ["master"]