From 701925b91eb18cb261ea60263056f6a250126cb9 Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 16 Oct 2024 15:00:32 +0200 Subject: [PATCH] ci: update workflow --- .github/workflows/release-pages-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pages-production.yaml b/.github/workflows/release-pages-production.yaml index 379a7ce..fe0a222 100644 --- a/.github/workflows/release-pages-production.yaml +++ b/.github/workflows/release-pages-production.yaml @@ -3,7 +3,7 @@ name: Release to DEG-Mods.github.io on: push: - branches: ['master'] + branches: ['master', 'github-pages-10-14'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: