diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14103b8..6e1d00a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['main', '2025-Season'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: