From 002f0b1e8f0645f5e13e72213b06cedb7fb0ec6c Mon Sep 17 00:00:00 2001 From: Bohdan Kuchma Date: Wed, 11 Dec 2024 15:42:25 +0200 Subject: [PATCH] Update build branches --- .github/workflows/actions.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 8ecd20e..69b8c6b 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -2,8 +2,10 @@ on: workflow_dispatch: push: branches: - - 'master' - - 'main' + - master + - main + - feature/* + - fix/* env: CI_JOB_TOKEN: ${{ secrets.GITHUB_TOKEN }}