From 1ff83cd8d02aa1e64a4e5d0360b0382ab76c2fe7 Mon Sep 17 00:00:00 2001 From: Aydin Mir Mohammadi Date: Fri, 28 Jun 2024 16:59:00 +0200 Subject: [PATCH] Update run condition --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b0ef13e..13543c6 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,10 +1,10 @@ -# Simple workflow for deploying static content to GitHub Pages +p# Simple workflow for deploying static content to GitHub Pages name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["deployment"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: