From dd1e70b4d059b3114ce51214883fb0f414e401d7 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 11 Jun 2022 10:51:49 +0200 Subject: [PATCH] Add github actions feature branch to triggers Signed-off-by: trivernis --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e638dac..711d2f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Run checks and tess on: workflow_dispatch: push: - branches: [ main, develop ] + branches: [ main, develop, feature/gh-actions ] pull_request: branches: [ main, develop ]