From e32cbbc67f1f1dc08a0da5b5d925434c5a7e07b2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 15 Jul 2023 18:08:05 +0200 Subject: [PATCH] CI: enable build on refactoring/* branches --- .github/workflows/deploy_pietervdvn.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_pietervdvn.yml b/.github/workflows/deploy_pietervdvn.yml index 9c566a61e..5ef1ef845 100644 --- a/.github/workflows/deploy_pietervdvn.yml +++ b/.github/workflows/deploy_pietervdvn.yml @@ -5,6 +5,7 @@ on: - develop - feature/* - theme/* + - refactoring/* jobs: build: runs-on: ubuntu-latest