From 1f309854bcf36db8cb60d7da08c1c117aea58bf3 Mon Sep 17 00:00:00 2001 From: Stypox Date: Tue, 2 Jul 2024 17:37:09 +0200 Subject: [PATCH] Run CI on pull requests to refactor branch, too --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c750157c..9ae3a77c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: branches: - dev - master + - refactor - release** paths-ignore: - 'README.md'