CI: enable build on refactoring/* branches

This commit is contained in:
Pieter Vander Vennet 2023-07-15 18:08:05 +02:00
parent b0ad6d36bb
commit e32cbbc67f

View file

@ -5,6 +5,7 @@ on:
- develop - develop
- feature/* - feature/*
- theme/* - theme/*
- refactoring/*
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest