From 9253888bde8e3be6f5214a83f80f0581f68e7b14 Mon Sep 17 00:00:00 2001 From: Raquel Eucaria <81540491+raqueleucaria@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:37:31 +0000 Subject: [PATCH] branch da git-pages --- .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 eee825a7..ffc548a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,10 +2,10 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - git-pages pull_request: branches: - - main + - git-pages jobs: deploy: runs-on: ubuntu-latest